Home
last modified time | relevance | path

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

/crypto/
A Daead.c65 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function
82 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
A Dgeniv.c31 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
A Dpcrypt.c55 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
A Dalgif_aead.c436 return crypto_aead_setauthsize(private, authsize); in aead_setauthsize()
A Dsimd.c285 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
A Dgcm.c711 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize()
917 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
A Dessiv.c131 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
A Dccm.c595 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
A Dcryptd.c740 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
A Dtcrypt.c284 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed()
573 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
A Dtestmgr.c2080 err = crypto_aead_setauthsize(tfm, authsize); in test_aead_vec_cfg()
2414 vec->setauthsize_error = crypto_aead_setauthsize(tfm, authsize); in generate_random_aead_testvec()
/crypto/krb5/
A Dkrb5_api.c182 ret = crypto_aead_setauthsize(ci, krb5->cksum_len); in krb5_prepare_encryption()

Completed in 34 milliseconds