Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c163 static inline int get_aead_subtype(struct crypto_aead *aead) in get_aead_subtype() function
180 if ((get_aead_subtype(tfm) == CRYPTO_ALG_SUB_TYPE_AEAD_RFC4106) || in chcr_verify_tag()
181 (get_aead_subtype(tfm) == CRYPTO_ALG_SUB_TYPE_AEAD_GCM)) { in chcr_verify_tag()
2447 unsigned int dst_size = 0, temp, subtype = get_aead_subtype(tfm); in create_authenc_wr()
2976 if (get_aead_subtype(tfm) == CRYPTO_ALG_SUB_TYPE_AEAD_RFC4309) in fill_sec_cpl_for_aead()
3054 sub_type = get_aead_subtype(tfm); in create_aead_ccm_wr()
3154 if (get_aead_subtype(tfm) == CRYPTO_ALG_SUB_TYPE_AEAD_RFC4106) in create_gcm_wr()
3221 if (get_aead_subtype(tfm) == in create_gcm_wr()
3503 if (get_aead_subtype(aead) == CRYPTO_ALG_SUB_TYPE_AEAD_RFC4106 && in chcr_gcm_setkey()
3575 subtype = get_aead_subtype(authenc); in chcr_authenc_setkey()
[all …]