Searched refs:ctx_bits (Results 1 – 1 of 1) sorted by relevance
78 static int aes_kdf(CMAC_CTX* ctx, const char* label, const uint8_t* context, int ctx_bits, in aes_kdf() argument87 ctx_len = (ctx_bits + 7) / 8; in aes_kdf()