Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c157 if (crypto_shash_export_core(shash, &ctx->sha1)) in qat_alg_do_precomputes()
163 if (crypto_shash_export_core(shash, &ctx->sha256)) in qat_alg_do_precomputes()
169 if (crypto_shash_export_core(shash, &ctx->sha512)) in qat_alg_do_precomputes()
193 if (crypto_shash_export_core(shash, &ctx->sha1)) in qat_alg_do_precomputes()
199 if (crypto_shash_export_core(shash, &ctx->sha256)) in qat_alg_do_precomputes()
205 if (crypto_shash_export_core(shash, &ctx->sha512)) in qat_alg_do_precomputes()
/linux/crypto/
H A Dshash.c226 int crypto_shash_export_core(struct shash_desc *desc, void *out) in crypto_shash_export_core() function
231 EXPORT_SYMBOL_GPL(crypto_shash_export_core);
H A Dhmac.c103 return crypto_shash_export_core(desc, out); in hmac_export_core()
/linux/include/crypto/internal/
H A Dhash.h390 int crypto_shash_export_core(struct shash_desc *desc, void *out);
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c317 crypto_shash_export_core(desc, &sha1_st); in chcr_compute_partial_hash()
322 crypto_shash_export_core(desc, &sha256_st); in chcr_compute_partial_hash()
328 crypto_shash_export_core(desc, &sha256_st); in chcr_compute_partial_hash()
334 crypto_shash_export_core(desc, &sha512_st); in chcr_compute_partial_hash()
340 crypto_shash_export_core(desc, &sha512_st); in chcr_compute_partial_hash()