Searched defs:hash_subkey (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 56 u8 hash_subkey[16] __attribute__ ((__aligned__(AESNI_ALIGN))); member 183 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, in aesni_gcm_enc_avx() 199 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, in aesni_gcm_dec_avx() 234 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, in aesni_gcm_enc_avx2() 254 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, in aesni_gcm_dec_avx2() 829 rfc4106_set_hash_subkey(u8 *hash_subkey, const u8 *key, unsigned int key_len) in rfc4106_set_hash_subkey()
|