Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/chelsio/
H A 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()
2984 if (get_aead_subtype(tfm) == CRYPTO_ALG_SUB_TYPE_AEAD_RFC4309) in fill_sec_cpl_for_aead()
3062 sub_type = get_aead_subtype(tfm); in create_aead_ccm_wr()
3162 if (get_aead_subtype(tfm) == CRYPTO_ALG_SUB_TYPE_AEAD_RFC4106) in create_gcm_wr()
3229 if (get_aead_subtype(tfm) == in create_gcm_wr()
3584 subtype = get_aead_subtype(authenc); in chcr_authenc_setkey()
3703 subtype = get_aead_subtype(authenc); in chcr_aead_digest_null_setkey()
3809 switch (get_aead_subtype(tfm)) { in chcr_aead_encrypt()
[all …]