Home
last modified time | relevance | path

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

/crypto/
Daead.c64 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()
Dpcrypt.c115 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
Dgcm.c821 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize()
1048 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
Dccm.c705 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
Dalgif_aead.c868 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
Dcryptd.c724 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
Dtestmgr.c679 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
838 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
Dtcrypt.c327 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()