Home
last modified time | relevance | path

Searched refs:hashalg (Results 1 – 5 of 5) sorted by relevance

/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c531 if (IS_ERR(ctx->hashalg)) in cpt_aead_init()
532 return PTR_ERR(ctx->hashalg); in cpt_aead_init()
536 if (!ctx->hashalg) in cpt_aead_init()
545 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()
549 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
556 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
561 ctx->sdesc = alloc_sdesc(ctx->hashalg); in cpt_aead_init()
565 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
623 crypto_free_shash(ctx->hashalg); in otx_cpt_aead_exit()
754 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
[all …]
A Dotx_cptvf_algs.h171 struct crypto_shash *hashalg; member
/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c621 if (IS_ERR(ctx->hashalg)) in cpt_aead_init()
622 return PTR_ERR(ctx->hashalg); in cpt_aead_init()
624 if (ctx->hashalg) { in cpt_aead_init()
625 ctx->sdesc = alloc_sdesc(ctx->hashalg); in cpt_aead_init()
627 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
638 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()
643 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
651 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
734 crypto_free_shash(ctx->hashalg); in otx2_cpt_aead_exit()
843 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
[all …]
A Dotx2_cptvf_algs.h164 struct crypto_shash *hashalg; member
/drivers/s390/crypto/
A Dzcrypt_ccamisc.h70 u8 hashalg; /* hash algorithmus used for wrapping key */ member

Completed in 14 milliseconds