Home
last modified time | relevance | path

Searched refs:aes_gcm_key_avx10 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/crypto/
H A Daesni-intel_glue.c880 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,
[all …]