Lines Matching defs:key
12 const u8 *key, unsigned int keylen)
15 * key consists of keys of equal size concatenated, therefore
21 /* ensure that the AES and tweak key are not identical */
22 if (fips_enabled && !crypto_memneq(key, key + (keylen / 2), keylen / 2))
29 const u8 *key, unsigned int keylen)
32 * key consists of keys of equal size concatenated, therefore
38 /* ensure that the AES and tweak key are not identical */
41 !crypto_memneq(key, key + (keylen / 2), keylen / 2))