@smuellerDD I have an query regarding implementation of impl_kdf_ctr() in libkcapi code.
Why are we defining the impl_kdf_ctr() in libkcapi code, instead we can directly call the crypto_kdf108_ctr_generate function from kernel. It will ensure that we are using the correct implementation and will always be in sync with kernel code.