Searched refs:crypto_aead_setauthsize (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/net/mac80211/
H A Daes_gmac.c73 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); ieee80211_aes_gmac_key_setup()
H A Daes_ccm.c90 err = crypto_aead_setauthsize(tfm, mic_len); ieee80211_aes_key_setup_encrypt()
H A Daes_gcm.c85 err = crypto_aead_setauthsize(tfm, IEEE80211_GCMP_MIC_LEN); ieee80211_aes_gcm_key_setup_encrypt()
/linux-4.1.27/crypto/
H A Daead.c62 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) crypto_aead_setauthsize() function
80 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize); variable
H A Dalgif_aead.c576 return crypto_aead_setauthsize(private, authsize); aead_setauthsize()
H A Dpcrypt.c114 return crypto_aead_setauthsize(ctx->child, authsize); pcrypt_aead_setauthsize()
H A Dgcm.c895 return crypto_aead_setauthsize(ctx->child, authsize); crypto_rfc4106_setauthsize()
1100 return crypto_aead_setauthsize(ctx->child, authsize); crypto_rfc4543_setauthsize()
H A Dccm.c675 return crypto_aead_setauthsize(ctx->child, authsize); crypto_rfc4309_setauthsize()
H A Dtestmgr.c531 ret = crypto_aead_setauthsize(tfm, authsize); __test_aead()
664 ret = crypto_aead_setauthsize(tfm, authsize); __test_aead()
H A Dtcrypt.c358 ret = crypto_aead_setauthsize(tfm, authsize); test_aead_speed()
/linux-4.1.27/net/ipv4/
H A Desp4.c537 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); esp_init_aead()
616 err = crypto_aead_setauthsize( esp_init_authenc()
/linux-4.1.27/net/ipv6/
H A Desp6.c479 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); esp_init_aead()
558 err = crypto_aead_setauthsize( esp_init_authenc()
/linux-4.1.27/fs/ext4/
H A Dcrypto.c169 * crypto_aead_setauthsize() */ ext4_get_crypto_ctx()
/linux-4.1.27/net/mac802154/
H A Dllsec.c142 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) llsec_key_alloc()
/linux-4.1.27/include/linux/
H A Dcrypto.h1357 * crypto_aead_setauthsize() - set authentication data size
1366 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
1386 * crypto_aead_setauthsize invocation. The caller must ensure
1408 * must have the size defined by the crypto_aead_setauthsize
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c991 ret = crypto_aead_setauthsize(child, authsize); rfc4106_set_authsize()

Completed in 425 milliseconds