Searched refs:crypto_aead_setauthsize (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | aead.c | 69 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function 86 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize); 228 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
|
D | pcrypt.c | 48 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
|
D | simd.c | 314 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
|
D | algif_aead.c | 515 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
|
D | essiv.c | 148 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
|
D | gcm.c | 758 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 985 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
|
D | ccm.c | 639 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
D | cryptd.c | 749 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
|
D | tcrypt.c | 291 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed() 610 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
|
D | testmgr.c | 1878 err = crypto_aead_setauthsize(tfm, authsize); in test_aead_vec_cfg() 2087 vec->setauthsize_error = crypto_aead_setauthsize(tfm, authsize); in generate_random_aead_testvec()
|