Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dauthenc.c128 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_update_done()
157 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_done()
180 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_verify_ahash_update_done()
207 abreq = aead_request_ctx(req); in authenc_verify_ahash_update_done()
229 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_verify_ahash_done()
246 abreq = aead_request_ctx(req); in authenc_verify_ahash_done()
264 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_ahash_fb()
303 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_ahash()
328 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_genicv()
383 struct authenc_request_ctx *areq_ctx = aead_request_ctx(areq); in crypto_authenc_encrypt_done()
[all …]
Dauthencesn.c102 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_esn_geniv_ahash_update_done()
142 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_esn_geniv_ahash_update_done2()
173 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_esn_geniv_ahash_done()
197 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_esn_verify_ahash_update_done()
236 abreq = aead_request_ctx(req); in authenc_esn_verify_ahash_update_done()
258 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_esn_verify_ahash_update_done2()
285 abreq = aead_request_ctx(req); in authenc_esn_verify_ahash_update_done2()
308 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_esn_verify_ahash_done()
325 abreq = aead_request_ctx(req); in authenc_esn_verify_ahash_done()
344 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_ahash()
[all …]
Dpcrypt.c136 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_done()
161 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_encrypt()
203 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_decrypt()
246 struct pcrypt_request *preq = aead_request_ctx(areq); in pcrypt_aead_givencrypt()
Dccm.c55 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_ccm_reqctx()
680 struct aead_request *subreq = aead_request_ctx(req); in crypto_rfc4309_crypt()
Dgcm.c90 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_gcm_reqctx()
900 struct aead_request *subreq = aead_request_ctx(req); in crypto_rfc4106_crypt()
1066 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_rfc4543_reqctx()
Dcryptd.c663 rctx = aead_request_ctx(req); in cryptd_aead_crypt()
699 struct cryptd_aead_request_ctx *rctx = aead_request_ctx(req); in cryptd_aead_enqueue()
/linux-4.1.27/drivers/crypto/nx/
Dnx-aes-gcm.c333 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_crypt()
438 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_encrypt()
448 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_decrypt()
459 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_encrypt()
472 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_decrypt()
Dnx-aes-ccm.c497 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_encrypt()
529 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_decrypt()
/linux-4.1.27/include/crypto/internal/
Daead.h72 return aead_request_ctx(&req->areq); in aead_givcrypt_reqctx()
/linux-4.1.27/include/crypto/
Dalgapi.h366 static inline void *aead_request_ctx(struct aead_request *req) in aead_request_ctx() function
/linux-4.1.27/drivers/crypto/
Dixp4xx_crypto.c339 struct aead_ctx *req_ctx = aead_request_ctx(req); in finish_scattered_hmac()
365 struct aead_ctx *req_ctx = aead_request_ctx(req); in one_packet()
1000 struct aead_ctx *req_ctx = aead_request_ctx(req); in aead_perform()
Dpicoxcell_crypto.c686 struct spacc_req *dev_req = aead_request_ctx(req); in spacc_aead_setup()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c842 struct qat_crypto_request *qat_req = aead_request_ctx(areq); in qat_alg_aead_dec()
887 struct qat_crypto_request *qat_req = aead_request_ctx(areq); in qat_alg_aead_enc_internal()
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c1179 (struct aead_request *) aead_request_ctx(req); in rfc4106_encrypt()
1200 (struct aead_request *) aead_request_ctx(req); in rfc4106_decrypt()