Searched refs:crypto_aead_authsize (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-aes-gcm.c | 306 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()
|
D | nx-aes-ccm.c | 348 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/ |
D | esp6.c | 174 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/ |
D | aead.h | 230 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/ |
D | aes-ce-ccm-glue.c | 98 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/ |
D | esp4.c | 147 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/ |
D | authenc.c | 132 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()
|
D | authencesn.c | 109 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()
|
D | ccm.c | 137 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()
|
D | gcm.c | 463 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()
|
D | algif_aead.c | 73 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()
|
D | seqiv.c | 214 if (req->cryptlen < ivsize + crypto_aead_authsize(geniv)) in seqiv_aead_decrypt()
|
/linux-4.4.14/drivers/crypto/ |
D | ixp4xx_crypto.c | 351 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()
|
D | picoxcell_crypto.c | 337 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()
|
D | talitos.c | 947 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/ |
D | qat_algs.c | 278 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/ |
D | aesni-intel_glue.c | 947 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/ |
D | llsec.c | 640 if (crypto_aead_authsize(key->tfm[i]) == authlen) in llsec_tfm_by_len()
|