Searched refs:hash_subkey (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 54 u8 hash_subkey[16] AESNI_ALIGN_ATTR; 60 u8 hash_subkey[16] AESNI_ALIGN_ATTR; 121 * u8 *hash_subkey, the Hash sub key input. Data starts on a 16-byte boundary. 131 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, 142 * u8 *hash_subkey, the Hash sub key input. Data starts on a 16-byte boundary. 153 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, 160 u8 *hash_subkey, const u8 *aad, 175 u8 *hash_subkey, const u8 *aad, unsigned long aad_len); 200 * u8 *hash_subkey, the Hash sub key input. Data starts on a 16-byte boundary. 205 u8 *hash_subkey, 612 rfc4106_set_hash_subkey(u8 *hash_subkey, const u8 *key, unsigned int key_len) rfc4106_set_hash_subkey() argument 685 gcmaes_crypt_by_sg(bool enc, struct aead_request *req, unsigned int assoclen, u8 *hash_subkey, u8 *iv, void *aes_ctx) gcmaes_crypt_by_sg() argument 815 gcmaes_encrypt(struct aead_request *req, unsigned int assoclen, u8 *hash_subkey, u8 *iv, void *aes_ctx) gcmaes_encrypt() argument 822 gcmaes_decrypt(struct aead_request *req, unsigned int assoclen, u8 *hash_subkey, u8 *iv, void *aes_ctx) gcmaes_decrypt() argument [all...] |
H A D | aesni-intel_avx-x86_64.S | 1768 # u8 *hash_subkey# /* H, the Hash sub key input. Data starts on a 16-byte boundary. */ 2740 # u8 *hash_subkey# /* H, the Hash sub key input. Data starts on a 16-byte boundary. */
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 53 u8 hash_subkey[16] AESNI_ALIGN_ATTR; 59 u8 hash_subkey[16] AESNI_ALIGN_ATTR; 119 u8 *hash_subkey, const u8 *aad, 155 * u8 *hash_subkey, the Hash sub key input. Data starts on a 16-byte boundary. 160 u8 *hash_subkey, 178 * u8 *hash_subkey, the Hash sub key input. Data starts on a 16-byte boundary. 183 u8 *hash_subkey, 597 rfc4106_set_hash_subkey(u8 *hash_subkey, const u8 *key, unsigned int key_len) in rfc4106_set_hash_subkey() argument 608 memset(hash_subkey, 0, RFC4106_HASH_SUBKEY_SIZE); in rfc4106_set_hash_subkey() 610 aes_encrypt(&ctx, hash_subkey, hash_subke in rfc4106_set_hash_subkey() 669 gcmaes_crypt_by_sg(bool enc, struct aead_request *req, unsigned int assoclen, u8 *hash_subkey, u8 *iv, void *aes_ctx, u8 *auth_tag, unsigned long auth_tag_len) gcmaes_crypt_by_sg() argument 779 gcmaes_encrypt(struct aead_request *req, unsigned int assoclen, u8 *hash_subkey, u8 *iv, void *aes_ctx) gcmaes_encrypt() argument 798 gcmaes_decrypt(struct aead_request *req, unsigned int assoclen, u8 *hash_subkey, u8 *iv, void *aes_ctx) gcmaes_decrypt() argument [all...] |
H A D | aesni-intel_avx-x86_64.S | 1736 # u8 *hash_subkey# /* H, the Hash sub key input. Data starts on a 16-byte boundary. */ 2708 # u8 *hash_subkey# /* H, the Hash sub key input. Data starts on a 16-byte boundary. */
|
Completed in 8 milliseconds