Home
last modified time | relevance | path

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

/crypto/
Daead.c69 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()
Dpcrypt.c48 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
Dsimd.c314 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
Dalgif_aead.c515 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
Dessiv.c148 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
Dgcm.c758 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize()
985 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
Dccm.c639 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
Dcryptd.c749 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
Dtcrypt.c291 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed()
610 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
Dtestmgr.c1878 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()