Searched refs:crypto_aead_reqtfm (Results 1 – 15 of 15) sorted by relevance
73 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()
55 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()
32 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()
112 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()
61 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_ccm_reqctx()127 struct crypto_aead *aead = crypto_aead_reqtfm(req); in format_input()169 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_auth()227 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt_done()284 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt()324 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt_done()343 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt()602 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4309_crypt()
185 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in essiv_aead_crypt()
139 struct crypto_aead *aead = crypto_aead_reqtfm(req); in zynqmp_aes_aead_cipher()243 struct crypto_aead *aead = crypto_aead_reqtfm(req); in versal_aes_aead_cipher()428 struct crypto_aead *aead = crypto_aead_reqtfm(req); in xilinx_handle_aes_req()585 struct crypto_aead *aead = crypto_aead_reqtfm(req); in xilinx_aes_fallback_crypt()600 struct crypto_aead *aead = crypto_aead_reqtfm(req); in zynqmp_aes_aead_encrypt()625 struct crypto_aead *aead = crypto_aead_reqtfm(req); in versal_aes_aead_encrypt()650 struct crypto_aead *aead = crypto_aead_reqtfm(req); in zynqmp_aes_aead_decrypt()690 struct crypto_aead *aead = crypto_aead_reqtfm(req); in versal_aes_aead_decrypt()
408 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm() function415 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_sync_aead_reqtfm()
215 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()
639 crypto_aead_ctx(crypto_aead_reqtfm(req)); in starfive_aes_aead_do_one_req()647 cryp->authsize = crypto_aead_authsize(crypto_aead_reqtfm(req)); in starfive_aes_aead_do_one_req()812 crypto_aead_ctx(crypto_aead_reqtfm(req)); in starfive_aes_aead_do_fallback()829 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in starfive_aes_aead_crypt()
1310 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_start()1347 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_process()1498 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_finalize()1528 ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in atmel_aes_gcm_crypt()1780 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_start()1875 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_final()1992 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_crypt()
1066 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in ipsec_esp_unmap()1102 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done()1122 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done()1274 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in ipsec_esp()1492 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc()1506 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_encrypt()1523 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_decrypt()
106 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()
1163 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_ccm_crypt_init()1200 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_ccm_do_one_req()1278 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_gcm_do_one_req()1425 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_aead_crypt()
190 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in tls_decrypt_done()