Searched refs:crypto_aead_setauthsize (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/crypto/ |
D | aead.c | 74 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()
|
D | pcrypt.c | 115 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
|
D | algif_aead.c | 517 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
|
D | gcm.c | 790 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 1017 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
|
D | ccm.c | 653 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
D | tcrypt.c | 295 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed() 614 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
|
D | cryptd.c | 948 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
|
D | testmgr.c | 718 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/ |
D | aead.h | 304 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
|
/linux-4.19.296/fs/cifs/ |
D | smb2ops.c | 2763 rc = crypto_aead_setauthsize(tfm, SMB2_SIGNATURE_SIZE); in crypt_message()
|