Searched refs:crypto_aead_setauthsize (Results 1 – 12 of 12) sorted by relevance
| /crypto/ |
| A D | aead.c | 65 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function 82 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
|
| A D | geniv.c | 31 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
|
| A D | pcrypt.c | 55 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
|
| A D | algif_aead.c | 436 return crypto_aead_setauthsize(private, authsize); in aead_setauthsize()
|
| A D | simd.c | 285 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
|
| A D | gcm.c | 711 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 917 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
|
| A D | essiv.c | 131 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
|
| A D | ccm.c | 595 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
| A D | cryptd.c | 740 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
|
| A D | tcrypt.c | 284 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed() 573 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
|
| A D | testmgr.c | 2080 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 D | krb5_api.c | 182 ret = crypto_aead_setauthsize(ci, krb5->cksum_len); in krb5_prepare_encryption()
|
Completed in 34 milliseconds