/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | padlock-sha.c | 52 return crypto_shash_export(&dctx->fallback, out); in padlock_sha_export() 86 err = crypto_shash_export(&dctx->fallback, &state); in padlock_sha1_finup() 98 crypto_shash_export(&dctx->fallback, &state); in padlock_sha1_finup() 147 err = crypto_shash_export(&dctx->fallback, &state); in padlock_sha256_finup() 159 crypto_shash_export(&dctx->fallback, &state); in padlock_sha256_finup()
|
H A D | sa2ul.c | 407 crypto_shash_export(hash, state); in sa_export_shash()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | padlock-sha.c | 53 return crypto_shash_export(&dctx->fallback, out); in padlock_sha_export() 87 err = crypto_shash_export(&dctx->fallback, &state); in padlock_sha1_finup() 99 crypto_shash_export(&dctx->fallback, &state); in padlock_sha1_finup() 148 err = crypto_shash_export(&dctx->fallback, &state); in padlock_sha256_finup() 160 crypto_shash_export(&dctx->fallback, &state); in padlock_sha256_finup()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | hmac.c | 77 crypto_shash_export(shash, ipad) ?: in hmac_setkey() 80 crypto_shash_export(shash, opad); in hmac_setkey() 87 return crypto_shash_export(desc, out); in hmac_export()
|
H A D | shash.c | 357 return crypto_shash_export(ahash_request_ctx(req), out); in shash_async_export()
|
H A D | cryptd.c | 614 return crypto_shash_export(&rctx->desc, out); in cryptd_hash_export()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | hmac.c | 81 crypto_shash_export(shash, ipad) ?: in hmac_setkey() 84 crypto_shash_export(shash, opad); in hmac_setkey() 91 return crypto_shash_export(desc, out); in hmac_export()
|
H A D | hctr2.c | 126 return crypto_shash_export(shash, hctr2_hashed_tweaklen(tctx, has_remainder)); in hctr2_hash_tweaklen() 189 return crypto_shash_export(hash_desc, hctr2_hashed_tweak(tctx, rctx)); in hctr2_hash_tweak()
|
H A D | shash.c | 389 return crypto_shash_export(ahash_request_ctx(req), out); in shash_async_export()
|
H A D | cryptd.c | 636 return crypto_shash_export(&rctx->desc, out); in cryptd_hash_export()
|
/kernel/linux/linux-6.6/fs/verity/ |
H A D | hash_algs.c | 153 err = crypto_shash_export(desc, hashstate); in fsverity_prepare_hash_state()
|
/kernel/linux/linux-6.6/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 124 return crypto_shash_export(&dctx->fbk_req, out); in zynqmp_sha_export()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 143 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes() 149 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes() 155 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes() 179 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes() 185 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes() 191 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 157 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes() 163 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes() 169 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes() 193 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes() 199 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes() 205 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 286 return crypto_shash_export(desc, out); in ghash_async_export()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | auth.c | 486 err = crypto_shash_export(src, state); in __ubifs_shash_copy_state()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 890 * crypto_shash_export() - extract operational state for message digest 901 static inline int crypto_shash_export(struct shash_desc *desc, void *out) in crypto_shash_export() function
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | auth.c | 485 err = crypto_shash_export(src, state); in __ubifs_shash_copy_state()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash.h | 944 * crypto_shash_export() - extract operational state for message digest 955 static inline int crypto_shash_export(struct shash_desc *desc, void *out) in crypto_shash_export() function
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 303 return crypto_shash_export(desc, out); in ghash_async_export()
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 321 crypto_shash_export(desc, (void *)&sha1_st); in chcr_compute_partial_hash() 326 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash() 332 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash() 338 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash() 344 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash()
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 317 crypto_shash_export(desc, (void *)&sha1_st); in chcr_compute_partial_hash() 322 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash() 328 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash() 334 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash() 340 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash()
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 804 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init() 812 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_algs.c | 861 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init() 869 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 806 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init() 814 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
|