Searched refs:crypto_aead_setauthsize (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | aes_gmac.c | 73 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
|
D | aes_gcm.c | 85 err = crypto_aead_setauthsize(tfm, IEEE80211_GCMP_MIC_LEN); in ieee80211_aes_gcm_key_setup_encrypt()
|
D | aes_ccm.c | 90 err = crypto_aead_setauthsize(tfm, mic_len); in ieee80211_aes_key_setup_encrypt()
|
/linux-4.1.27/net/ipv6/ |
D | esp6.c | 479 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 558 err = crypto_aead_setauthsize( in esp_init_authenc()
|
/linux-4.1.27/crypto/ |
D | aead.c | 62 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function 80 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
|
D | pcrypt.c | 114 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
|
D | algif_aead.c | 576 return crypto_aead_setauthsize(private, authsize); in aead_setauthsize()
|
D | gcm.c | 895 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 1100 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
|
D | ccm.c | 675 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
D | testmgr.c | 531 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead() 664 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
|
D | tcrypt.c | 358 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
|
/linux-4.1.27/net/ipv4/ |
D | esp4.c | 537 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 616 err = crypto_aead_setauthsize( in esp_init_authenc()
|
/linux-4.1.27/net/mac802154/ |
D | llsec.c | 142 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 1366 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 991 ret = crypto_aead_setauthsize(child, authsize); in rfc4106_set_authsize()
|