Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c73 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_calculate_auth_mac()
137 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_crypt()
177 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_encrypt()
196 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_decrypt()
H A Dsm4-ce-ccm-glue.c55 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_format_input()
92 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_calculate_auth_mac()
193 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_encrypt()
220 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_decrypt()
/linux/crypto/
H A Dseqiv.c32 geniv = crypto_aead_reqtfm(req); in seqiv_aead_encrypt_complete2()
49 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_encrypt()
101 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_decrypt()
H A Dauthenc.c112 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_finish()
147 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv()
189 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt()
231 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail()
280 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt()
H A Dessiv.c185 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in essiv_aead_crypt()
/linux/include/crypto/
H A Daead.h408 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm() function
415 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_sync_aead_reqtfm()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c215 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in nitrox_aes_gcm_enc()
249 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in nitrox_aes_gcm_dec()
442 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in nitrox_rfc4106_enc()
474 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in nitrox_rfc4106_dec()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c106 tfm = crypto_aead_reqtfm(req); in validate_hmac_cipher_null()
889 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_aead_ctx_hdr()
974 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_hmac_ctx_hdr()
1142 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cpt_aead_enc_dec()
/linux/net/tls/
H A Dtls_sw.c190 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in tls_decrypt_done()