Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dauthenc.c126 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_update_done()
155 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_done()
178 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_verify_ahash_update_done()
227 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_verify_ahash_done()
261 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_ahash_fb()
300 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_ahash()
327 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv()
381 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in crypto_authenc_encrypt_done()
396 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt()
461 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_verify()
[all …]
Dauthencesn.c100 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in authenc_esn_geniv_ahash_update_done()
140 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in authenc_esn_geniv_ahash_update_done2()
171 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in authenc_esn_geniv_ahash_done()
195 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in authenc_esn_verify_ahash_update_done()
256 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in authenc_esn_verify_ahash_update_done2()
306 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in authenc_esn_verify_ahash_done()
341 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_ahash()
389 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv()
458 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(areq); in crypto_authenc_esn_encrypt_done()
472 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_encrypt()
[all …]
Dccm.c53 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_ccm_reqctx()
126 struct crypto_aead *aead = crypto_aead_reqtfm(req); in format_input()
248 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_auth()
284 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt_done()
305 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt()
361 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt_done()
375 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt()
681 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4309_crypt()
Dalgif_aead.c72 unsigned as = crypto_aead_authsize(crypto_aead_reqtfm(&ctx->aead_req)); in aead_sufficient_data()
172 crypto_aead_ivsize(crypto_aead_reqtfm(&ctx->aead_req)); in aead_sendmsg()
355 unsigned bs = crypto_aead_blocksize(crypto_aead_reqtfm(&ctx->aead_req)); in aead_recvmsg()
356 unsigned as = crypto_aead_authsize(crypto_aead_reqtfm(&ctx->aead_req)); in aead_recvmsg()
589 crypto_aead_reqtfm(&ctx->aead_req)); in aead_sock_destruct()
Dgcm.c88 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_gcm_reqctx()
193 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_init_crypt()
510 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_enc_copy_hash()
577 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_verify()
621 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_decrypt()
901 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4106_crypt()
1064 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_rfc4543_reqctx()
1106 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_done()
1121 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_crypt()
1184 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_copy_src_to_dst()
[all …]
Dpcrypt.c164 struct crypto_aead *aead = crypto_aead_reqtfm(req); in pcrypt_aead_encrypt()
206 struct crypto_aead *aead = crypto_aead_reqtfm(req); in pcrypt_aead_decrypt()
Dcryptd.c700 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cryptd_aead_enqueue()
/linux-4.1.27/arch/arm64/crypto/
Daes-ce-ccm-glue.c70 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_init_mac()
108 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_calculate_auth_mac()
150 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_encrypt()
205 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_decrypt()
/linux-4.1.27/drivers/crypto/nx/
Dnx-aes-gcm.c316 crypto_aead_authsize(crypto_aead_reqtfm(req))); in gcm_empty()
372 nbytes -= crypto_aead_authsize(crypto_aead_reqtfm(req)); in gcm_aes_nx_crypt()
418 crypto_aead_authsize(crypto_aead_reqtfm(req)), in gcm_aes_nx_crypt()
425 crypto_aead_authsize(crypto_aead_reqtfm(req)), in gcm_aes_nx_crypt()
428 crypto_aead_authsize(crypto_aead_reqtfm(req))) ? in gcm_aes_nx_crypt()
Dnx-aes-ccm.c351 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req)); in ccm_nx_decrypt()
428 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req)); in ccm_nx_encrypt()
/linux-4.1.27/include/crypto/
Daead.h36 return crypto_aead_reqtfm(&req->areq); in aead_givcrypt_reqtfm()
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c327 unsigned ivsize = crypto_aead_ivsize(crypto_aead_reqtfm(areq)); in spacc_aead_make_ddts()
569 struct crypto_tfm *old_tfm = crypto_aead_tfm(crypto_aead_reqtfm(req)); in spacc_aead_do_fallback()
624 assoc_len += crypto_aead_ivsize(crypto_aead_reqtfm(aead_req)); in spacc_aead_submit()
625 proc_len += crypto_aead_ivsize(crypto_aead_reqtfm(aead_req)); in spacc_aead_submit()
689 unsigned ivsize = crypto_aead_ivsize(crypto_aead_reqtfm(req)); in spacc_aead_setup()
730 struct crypto_aead *aead = crypto_aead_reqtfm(req); in spacc_aead_encrypt()
760 struct crypto_aead *aead = crypto_aead_reqtfm(req); in spacc_aead_decrypt()
Dtalitos.c821 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done()
851 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done()
945 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in ipsec_esp()
1220 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc()
1232 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_encrypt()
1249 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_decrypt()
1301 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_givencrypt()
Dixp4xx_crypto.c340 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in finish_scattered_hmac()
992 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in aead_perform()
1175 unsigned ivsize = crypto_aead_ivsize(crypto_aead_reqtfm(req)); in aead_encrypt()
1182 unsigned ivsize = crypto_aead_ivsize(crypto_aead_reqtfm(req)); in aead_decrypt()
/linux-4.1.27/include/linux/
Dcrypto.h1368 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm() function
1394 return crypto_aead_crt(crypto_aead_reqtfm(req))->encrypt(req); in crypto_aead_encrypt()
1421 if (req->cryptlen < crypto_aead_authsize(crypto_aead_reqtfm(req))) in crypto_aead_decrypt()
1424 return crypto_aead_crt(crypto_aead_reqtfm(req))->decrypt(req); in crypto_aead_decrypt()
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c2157 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap()
2188 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt_done()
2227 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt_done()
2350 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_job()
2435 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_giv_job()
2615 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc()
2758 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt()
2795 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt()
2843 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_giv_edesc_alloc()
3006 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_givencrypt()
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c1002 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in __driver_rfc4106_encrypt()
1088 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in __driver_rfc4106_decrypt()
1174 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_encrypt()
1195 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_decrypt()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c839 struct crypto_aead *aead_tfm = crypto_aead_reqtfm(areq); in qat_alg_aead_dec()
884 struct crypto_aead *aead_tfm = crypto_aead_reqtfm(areq); in qat_alg_aead_enc_internal()
938 struct crypto_aead *aead_tfm = crypto_aead_reqtfm(&req->areq); in qat_alg_aead_genivenc()