Searched refs:crypto_shash_export_core (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 157 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 D | shash.c | 226 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 D | hmac.c | 103 return crypto_shash_export_core(desc, out); in hmac_export_core()
|
/linux/include/crypto/internal/ |
H A D | hash.h | 390 int crypto_shash_export_core(struct shash_desc *desc, void *out);
|
/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 317 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()
|