Searched refs:crypto_shash_import (Results 1 - 12 of 12) sorted by relevance

/linux-master/crypto/
H A Dhmac.c90 return crypto_shash_import(desc, in);
118 crypto_shash_import(desc, opad) ?:
134 crypto_shash_import(desc, opad) ?:
H A Dshash.c180 int crypto_shash_import(struct shash_desc *desc, const void *in) function
194 EXPORT_SYMBOL_GPL(crypto_shash_import); variable
H A Dhctr2.c180 err = crypto_shash_import(hash_desc, hctr2_hashed_tweaklen(tctx, has_remainder));
241 err = crypto_shash_import(hash_desc, hctr2_hashed_tweak(tctx, rctx));
H A Dahash.c499 return crypto_shash_import(prepare_shash_desc(req, tfm), in);
H A Dcryptd.c647 return crypto_shash_import(desc, in);
H A Dtestmgr.c1394 err = crypto_shash_import(desc, hashstate);
/linux-master/fs/verity/
H A Dhash_algs.c185 err = crypto_shash_import(desc, params->hashstate);
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c117 return crypto_shash_import(&dctx->fbk_req, in);
/linux-master/include/crypto/
H A Dhash.h884 * crypto_shash_import() - import operational state
895 int crypto_shash_import(struct shash_desc *desc, const void *in);
/linux-master/fs/ubifs/
H A Dauth.c488 err = crypto_shash_import(target, state);
/linux-master/drivers/crypto/
H A Dpadlock-sha.c62 return crypto_shash_import(&dctx->fallback, in);
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c295 return crypto_shash_import(desc, in);

Completed in 176 milliseconds