Home
last modified time | relevance | path

Searched refs:crypto_shash_import (Results 1 – 6 of 6) sorted by relevance

/crypto/
A Dhctr2.c180 err = crypto_shash_import(hash_desc, hctr2_hashed_tweaklen(tctx, has_remainder)); in hctr2_hash_tweak()
241 err = crypto_shash_import(hash_desc, hctr2_hashed_tweak(tctx, rctx)); in hctr2_finish()
A Dshash.c282 int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() function
300 EXPORT_SYMBOL_GPL(crypto_shash_import);
A Dhmac.c96 return crypto_shash_import(desc, in); in hmac_import()
142 crypto_shash_import(desc, opad) ?: in hmac_finup()
A Dahash.c673 return crypto_shash_import(prepare_shash_desc(req, tfm), in); in crypto_ahash_import()
A Dcryptd.c653 return crypto_shash_import(desc, in); in cryptd_hash_import()
A Dtestmgr.c1420 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()

Completed in 22 milliseconds