Searched refs:crypto_aead_authsize (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | esp6.c | 169 alen = crypto_aead_authsize(aead); in esp6_output() 272 int alen = crypto_aead_authsize(aead); in esp_input_done2() 422 return ((mtu - x->props.header_len - crypto_aead_authsize(aead) - in esp6_get_mtu() 550 crypto_aead_authsize(aead)) { in esp_init_authenc() 553 crypto_aead_authsize(aead), in esp_init_authenc() 615 x->props.trailer_len = align + 1 + crypto_aead_authsize(aead); in esp6_init_state()
|
/linux-4.1.27/crypto/ |
D | authencesn.c | 130 crypto_aead_authsize(authenc_esn), 1); in authenc_esn_geniv_ahash_update_done() 160 crypto_aead_authsize(authenc_esn), 1); in authenc_esn_geniv_ahash_update_done2() 181 crypto_aead_authsize(authenc_esn), 1); in authenc_esn_geniv_ahash_done() 226 authsize = crypto_aead_authsize(authenc_esn); in authenc_esn_verify_ahash_update_done() 275 authsize = crypto_aead_authsize(authenc_esn); in authenc_esn_verify_ahash_update_done2() 315 authsize = crypto_aead_authsize(authenc_esn); in authenc_esn_verify_ahash_done() 447 crypto_aead_authsize(authenc_esn), 1); in crypto_authenc_esn_genicv() 549 authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_verify() 619 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_decrypt()
|
D | authenc.c | 146 crypto_aead_authsize(authenc), 1); in authenc_geniv_ahash_update_done() 165 crypto_aead_authsize(authenc), 1); in authenc_geniv_ahash_done() 197 authsize = crypto_aead_authsize(authenc); in authenc_verify_ahash_update_done() 236 authsize = crypto_aead_authsize(authenc); in authenc_verify_ahash_done() 371 crypto_aead_authsize(authenc), 1); in crypto_authenc_genicv() 474 authsize = crypto_aead_authsize(authenc); in crypto_authenc_verify() 527 unsigned int authsize = crypto_aead_authsize(authenc); in crypto_authenc_decrypt()
|
D | ccm.c | 131 m = crypto_aead_authsize(aead); in format_input() 290 crypto_aead_authsize(aead), 1); in crypto_ccm_encrypt_done() 352 crypto_aead_authsize(aead), 1); in crypto_ccm_encrypt() 362 unsigned int authsize = crypto_aead_authsize(aead); in crypto_ccm_decrypt_done() 380 unsigned int authsize = crypto_aead_authsize(aead); in crypto_ccm_decrypt()
|
D | gcm.c | 514 crypto_aead_authsize(aead), 1); in gcm_enc_copy_hash() 580 unsigned int authsize = crypto_aead_authsize(aead); in crypto_gcm_verify() 625 unsigned int authsize = crypto_aead_authsize(aead); in crypto_gcm_decrypt() 1112 crypto_aead_authsize(aead), 1); in crypto_rfc4543_done() 1129 unsigned int authsize = crypto_aead_authsize(aead); in crypto_rfc4543_crypt() 1186 unsigned int authsize = crypto_aead_authsize(aead); in crypto_rfc4543_copy_src_to_dst() 1214 crypto_aead_authsize(aead), 1); in crypto_rfc4543_encrypt()
|
D | algif_aead.c | 72 unsigned as = crypto_aead_authsize(crypto_aead_reqtfm(&ctx->aead_req)); in aead_sufficient_data() 356 unsigned as = crypto_aead_authsize(crypto_aead_reqtfm(&ctx->aead_req)); in aead_recvmsg()
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-aes-gcm.c | 316 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()
|
D | nx-aes-ccm.c | 351 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/net/ipv4/ |
D | esp4.c | 142 alen = crypto_aead_authsize(aead); in esp_output() 281 int alen = crypto_aead_authsize(aead); in esp_input_done2() 475 return ((mtu - x->props.header_len - crypto_aead_authsize(aead) - in esp4_get_mtu() 608 crypto_aead_authsize(aead)) { in esp_init_authenc() 611 crypto_aead_authsize(aead), in esp_init_authenc() 674 x->props.trailer_len = align + 1 + crypto_aead_authsize(aead); in esp_init_state()
|
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-ce-ccm-glue.c | 98 maciv[0] |= (crypto_aead_authsize(aead) - 2) << 2; in ccm_init_mac() 198 crypto_aead_authsize(aead), 1); in ccm_encrypt() 207 unsigned int authsize = crypto_aead_authsize(aead); in ccm_decrypt()
|
/linux-4.1.27/drivers/crypto/ |
D | ixp4xx_crypto.c | 341 int authsize = crypto_aead_authsize(tfm); in finish_scattered_hmac() 995 unsigned authsize = crypto_aead_authsize(tfm); in aead_perform() 1167 return aead_setup(tfm, crypto_aead_authsize(tfm)); in aead_setkey()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 1292 static inline unsigned int crypto_aead_authsize(struct crypto_aead *tfm) in crypto_aead_authsize() function 1421 if (req->cryptlen < crypto_aead_authsize(crypto_aead_reqtfm(req))) in crypto_aead_decrypt()
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 1006 unsigned long auth_tag_len = crypto_aead_authsize(tfm); in __driver_rfc4106_encrypt() 1092 unsigned long auth_tag_len = crypto_aead_authsize(tfm); in __driver_rfc4106_decrypt()
|
/linux-4.1.27/net/mac802154/ |
D | llsec.c | 638 if (crypto_aead_authsize(key->tfm[i]) == authlen) in llsec_tfm_by_len()
|