Searched refs:ctx_len (Results 1 – 1 of 1) sorted by relevance
83 int lab_len, ctx_len, ret_len, buf_len; in aes_kdf() local87 ctx_len = (ctx_bits + 7) / 8; in aes_kdf()89 buf_len = lab_len + ctx_len + 4; in aes_kdf()100 memcpy(buf + lab_len + 2, context, ctx_len); in aes_kdf()