Searched refs:crypto_aead_setauthsize (Results 1 – 17 of 17) sorted by relevance
| /linux-4.4.14/crypto/ |
| D | aead.c | 64 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function 80 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize); 188 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
|
| D | pcrypt.c | 115 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
|
| D | algif_aead.c | 528 return crypto_aead_setauthsize(private, authsize); in aead_setauthsize()
|
| D | gcm.c | 820 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 1046 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
|
| D | ccm.c | 702 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
| D | cryptd.c | 681 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
|
| D | testmgr.c | 539 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead() 698 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
|
| D | tcrypt.c | 393 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
|
| /linux-4.4.14/net/mac80211/ |
| D | aes_gmac.c | 71 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
|
| D | aes_gcm.c | 82 err = crypto_aead_setauthsize(tfm, IEEE80211_GCMP_MIC_LEN); in ieee80211_aes_gcm_key_setup_encrypt()
|
| D | aes_ccm.c | 87 err = crypto_aead_setauthsize(tfm, mic_len); in ieee80211_aes_key_setup_encrypt()
|
| /linux-4.4.14/include/crypto/ |
| D | aead.h | 299 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
|
| /linux-4.4.14/net/ipv6/ |
| D | esp6.c | 518 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 601 err = crypto_aead_setauthsize( in esp_init_authenc()
|
| /linux-4.4.14/net/ipv4/ |
| D | esp4.c | 576 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 659 err = crypto_aead_setauthsize( in esp_init_authenc()
|
| /linux-4.4.14/net/mac802154/ |
| D | llsec.c | 143 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()
|
| /linux-4.4.14/arch/x86/crypto/ |
| D | aesni-intel_glue.c | 936 return crypto_aead_setauthsize(&cryptd_tfm->base, authsize); in rfc4106_set_authsize()
|
| /linux-4.4.14/drivers/crypto/ |
| D | picoxcell_crypto.c | 493 return crypto_aead_setauthsize(ctx->sw_cipher, authsize); in spacc_aead_setauthsize()
|