Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Daead.c74 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function
90 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
200 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
Dpcrypt.c115 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
Dalgif_aead.c517 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
Dgcm.c790 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize()
1017 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
Dccm.c653 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
Dtcrypt.c295 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed()
614 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
Dcryptd.c948 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
Dtestmgr.c718 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
871 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
/linux-4.19.296/include/crypto/
Daead.h304 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
/linux-4.19.296/fs/cifs/
Dsmb2ops.c2763 rc = crypto_aead_setauthsize(tfm, SMB2_SIGNATURE_SIZE); in crypt_message()