Home
last modified time | relevance | path

Searched refs:crypto_aead_setauthsize (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/net/mac80211/
Daes_gmac.c73 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
Daes_gcm.c85 err = crypto_aead_setauthsize(tfm, IEEE80211_GCMP_MIC_LEN); in ieee80211_aes_gcm_key_setup_encrypt()
Daes_ccm.c90 err = crypto_aead_setauthsize(tfm, mic_len); in ieee80211_aes_key_setup_encrypt()
/linux-4.1.27/net/ipv6/
Desp6.c479 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/
Daead.c62 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function
80 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
Dpcrypt.c114 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
Dalgif_aead.c576 return crypto_aead_setauthsize(private, authsize); in aead_setauthsize()
Dgcm.c895 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize()
1100 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
Dccm.c675 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
Dtestmgr.c531 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
664 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
Dtcrypt.c358 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
/linux-4.1.27/net/ipv4/
Desp4.c537 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/
Dllsec.c142 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()
/linux-4.1.27/include/linux/
Dcrypto.h1366 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c991 ret = crypto_aead_setauthsize(child, authsize); in rfc4106_set_authsize()