Lines Matching refs:aes_gcm_key_avx10
880 struct aes_gcm_key_avx10 { struct
901 container_of((key), struct aes_gcm_key_avx10, base) argument
903 (sizeof(struct aes_gcm_key_avx10) + (63 & ~(CRYPTO_MINALIGN - 1)))
941 aes_gcm_precompute_vaes_avx10_256(struct aes_gcm_key_avx10 *key);
943 aes_gcm_precompute_vaes_avx10_512(struct aes_gcm_key_avx10 *key);
974 aes_gcm_aad_update_vaes_avx10(const struct aes_gcm_key_avx10 *key,
1000 aes_gcm_enc_update_vaes_avx10_256(const struct aes_gcm_key_avx10 *key,
1004 aes_gcm_enc_update_vaes_avx10_512(const struct aes_gcm_key_avx10 *key,
1017 aes_gcm_dec_update_vaes_avx10_256(const struct aes_gcm_key_avx10 *key,
1021 aes_gcm_dec_update_vaes_avx10_512(const struct aes_gcm_key_avx10 *key,
1076 aes_gcm_enc_final_vaes_avx10(const struct aes_gcm_key_avx10 *key,
1111 aes_gcm_dec_final_vaes_avx10(const struct aes_gcm_key_avx10 *key,
1209 BUILD_BUG_ON(offsetof(struct aes_gcm_key_avx10, base.aes_key.key_enc) != 0); in gcm_setkey()
1210 BUILD_BUG_ON(offsetof(struct aes_gcm_key_avx10, base.aes_key.key_length) != 480); in gcm_setkey()
1211 BUILD_BUG_ON(offsetof(struct aes_gcm_key_avx10, h_powers) != 512); in gcm_setkey()
1212 BUILD_BUG_ON(offsetof(struct aes_gcm_key_avx10, padding) != 768); in gcm_setkey()
1246 struct aes_gcm_key_avx10 *k = AES_GCM_KEY_AVX10(key); in gcm_setkey()