Searched refs:crypto_aead_setauthsize (Results 1 – 8 of 8) sorted by relevance
/crypto/ |
D | aead.c | 64 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function 80 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize); 188 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 | gcm.c | 821 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 1048 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
|
D | ccm.c | 705 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
D | algif_aead.c | 868 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
|
D | cryptd.c | 724 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
|
D | testmgr.c | 679 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead() 838 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
|
D | tcrypt.c | 327 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
|