Searched refs:crypto_shash_export (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/crypto/ |
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()
|
A D | sa2ul.c | 429 crypto_shash_export(hash, state); in sa_export_shash()
|
/linux/crypto/ |
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()
|
A D | shash.c | 357 return crypto_shash_export(ahash_request_ctx(req), out); in shash_async_export()
|
A D | cryptd.c | 613 return crypto_shash_export(&rctx->desc, out); in cryptd_hash_export()
|
A D | testmgr.c | 1287 err = crypto_shash_export(desc, hashstate); in test_shash_vec_cfg()
|
/linux/Documentation/crypto/ |
A D | api-digest.rst | 35 …size crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shas…
|
/linux/drivers/crypto/qat/qat_common/ |
A D | qat_algs.c | 170 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes() 176 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes() 182 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes() 206 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes() 212 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes() 218 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes()
|
/linux/fs/ubifs/ |
A D | auth.c | 485 err = crypto_shash_export(src, state); in __ubifs_shash_copy_state()
|
/linux/include/crypto/ |
A D | hash.h | 901 static inline int crypto_shash_export(struct shash_desc *desc, void *out) in crypto_shash_export() function
|
/linux/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 286 return crypto_shash_export(desc, out); in ghash_async_export()
|
/linux/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_algs.c | 805 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init() 813 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
|
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptvf_algs.c | 860 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init() 868 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
|
/linux/drivers/crypto/chelsio/ |
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()
|
/linux/drivers/md/ |
A D | dm-crypt.c | 514 r = crypto_shash_export(desc, &md5state); in crypt_iv_lmk_one()
|
Completed in 46 milliseconds