Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/nx/
Dnx-aes-gcm.c306 crypto_aead_authsize(crypto_aead_reqtfm(req))); in gcm_empty()
365 nbytes -= crypto_aead_authsize(crypto_aead_reqtfm(req)); in gcm_aes_nx_crypt()
412 crypto_aead_authsize(crypto_aead_reqtfm(req)), in gcm_aes_nx_crypt()
420 crypto_aead_authsize(crypto_aead_reqtfm(req)), in gcm_aes_nx_crypt()
423 crypto_aead_authsize(crypto_aead_reqtfm(req))) ? in gcm_aes_nx_crypt()
Dnx-aes-ccm.c348 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req)); in ccm_nx_decrypt()
426 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req)); in ccm_nx_encrypt()
/linux-4.4.14/net/ipv6/
Desp6.c174 alen = crypto_aead_authsize(aead); in esp6_output()
291 int alen = crypto_aead_authsize(aead); in esp_input_done2()
455 return ((mtu - x->props.header_len - crypto_aead_authsize(aead) - in esp6_get_mtu()
593 crypto_aead_authsize(aead)) { in esp_init_authenc()
596 crypto_aead_authsize(aead), in esp_init_authenc()
658 x->props.trailer_len = align + 1 + crypto_aead_authsize(aead); in esp6_init_state()
/linux-4.4.14/include/crypto/
Daead.h230 static inline unsigned int crypto_aead_authsize(struct crypto_aead *tfm) in crypto_aead_authsize() function
356 if (req->cryptlen < crypto_aead_authsize(aead)) in crypto_aead_decrypt()
/linux-4.4.14/arch/arm64/crypto/
Daes-ce-ccm-glue.c98 maciv[0] |= (crypto_aead_authsize(aead) - 2) << 2; in ccm_init_mac()
207 crypto_aead_authsize(aead), 1); in ccm_encrypt()
216 unsigned int authsize = crypto_aead_authsize(aead); in ccm_decrypt()
/linux-4.4.14/net/ipv4/
Desp4.c147 alen = crypto_aead_authsize(aead); in esp_output()
300 int alen = crypto_aead_authsize(aead); in esp_input_done2()
508 return ((mtu - x->props.header_len - crypto_aead_authsize(aead) - in esp4_get_mtu()
651 crypto_aead_authsize(aead)) { in esp_init_authenc()
654 crypto_aead_authsize(aead), in esp_init_authenc()
717 x->props.trailer_len = align + 1 + crypto_aead_authsize(aead); in esp_init_state()
/linux-4.4.14/crypto/
Dauthenc.c132 crypto_aead_authsize(authenc), 1); in authenc_geniv_ahash_done()
164 crypto_aead_authsize(authenc), 1); in crypto_authenc_genicv()
245 unsigned int authsize = crypto_aead_authsize(authenc); in crypto_authenc_decrypt_tail()
289 unsigned int authsize = crypto_aead_authsize(authenc); in crypto_authenc_decrypt()
Dauthencesn.c109 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_genicv_tail()
143 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_genicv()
234 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_decrypt_tail()
282 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_decrypt()
Dccm.c137 m = crypto_aead_authsize(aead); in format_input()
297 crypto_aead_authsize(aead), 1); in crypto_ccm_encrypt_done()
379 crypto_aead_authsize(aead), 1); in crypto_ccm_encrypt()
389 unsigned int authsize = crypto_aead_authsize(aead); in crypto_ccm_decrypt_done()
412 unsigned int authsize = crypto_aead_authsize(aead); in crypto_ccm_decrypt()
Dgcm.c463 crypto_aead_authsize(aead), 1); in gcm_enc_copy_hash()
514 unsigned int authsize = crypto_aead_authsize(aead); in crypto_gcm_verify()
549 unsigned int authsize = crypto_aead_authsize(aead); in crypto_gcm_decrypt()
1055 unsigned int authsize = crypto_aead_authsize(aead); in crypto_rfc4543_crypt()
1084 unsigned int authsize = crypto_aead_authsize(aead); in crypto_rfc4543_copy_src_to_dst()
Dalgif_aead.c73 unsigned as = crypto_aead_authsize(crypto_aead_reqtfm(&ctx->aead_req)); in aead_sufficient_data()
357 unsigned as = crypto_aead_authsize(crypto_aead_reqtfm(&ctx->aead_req)); in aead_recvmsg()
Dseqiv.c214 if (req->cryptlen < ivsize + crypto_aead_authsize(geniv)) in seqiv_aead_decrypt()
/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c351 int authsize = crypto_aead_authsize(tfm); in finish_scattered_hmac()
993 unsigned authsize = crypto_aead_authsize(tfm); in aead_perform()
1176 return aead_setup(tfm, crypto_aead_authsize(tfm)); in aead_setkey()
Dpicoxcell_crypto.c337 total += crypto_aead_authsize(aead); in spacc_aead_make_ddts()
422 (req->is_encrypt ? crypto_aead_authsize(aead) : 0); in spacc_aead_free_ddts()
550 unsigned int authsize = crypto_aead_authsize(aead); in spacc_aead_submit()
Dtalitos.c947 unsigned int authsize = crypto_aead_authsize(authenc); in ipsec_esp_encrypt_done()
976 unsigned int authsize = crypto_aead_authsize(authenc); in ipsec_esp_decrypt_swauth_done()
1087 unsigned int authsize = crypto_aead_authsize(aead); in ipsec_esp()
1310 unsigned int authsize = crypto_aead_authsize(authenc); in aead_edesc_alloc()
1340 unsigned int authsize = crypto_aead_authsize(authenc); in aead_decrypt()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c278 unsigned int digestsize = crypto_aead_authsize(aead_tfm); in qat_alg_aead_init_enc_session()
359 unsigned int digestsize = crypto_aead_authsize(aead_tfm); in qat_alg_aead_init_dec_session()
823 int digst_size = crypto_aead_authsize(aead_tfm); in qat_alg_aead_dec()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c947 unsigned long auth_tag_len = crypto_aead_authsize(tfm); in helper_rfc4106_encrypt()
1026 unsigned long auth_tag_len = crypto_aead_authsize(tfm); in helper_rfc4106_decrypt()
/linux-4.4.14/net/mac802154/
Dllsec.c640 if (crypto_aead_authsize(key->tfm[i]) == authlen) in llsec_tfm_by_len()