Home
last modified time | relevance | path

Searched refs:crypto_shash_export (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/crypto/
H A Dapi-digest.rst35 :functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
/linux/crypto/
H A Dhmac.c74 crypto_shash_export(shash, ipad) ?: in hmac_setkey()
77 crypto_shash_export(shash, opad); in hmac_setkey()
86 return crypto_shash_export(desc, out); in hmac_export()
H A Dhctr2.c126 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 Dshash.c233 int crypto_shash_export(struct shash_desc *desc, void *out) in crypto_shash_export() function
247 EXPORT_SYMBOL_GPL(crypto_shash_export);
H A Dcryptd.c642 return crypto_shash_export(&rctx->desc, out); in cryptd_hash_export()
H A Dtestmgr.c1408 err = crypto_shash_export(desc, hashstate); in test_shash_vec_cfg()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c82 err = err ?: crypto_shash_export(fbdesc, shash_desc_ctx(desc)); in zynqmp_sha_continue()
/linux/fs/ubifs/
H A Dauth.c484 err = crypto_shash_export(src, state); in __ubifs_shash_copy_state()
/linux/include/crypto/
H A Dhash.h920 * crypto_shash_export() - extract operational state for message digest
931 int crypto_shash_export(struct shash_desc *desc, void *out);
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c812 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init()
820 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
/linux/drivers/md/
H A Ddm-crypt.c572 r = crypto_shash_export(desc, &u.md5state); in crypt_iv_lmk_one()