Searched refs:crypto_shash_import (Results 1 – 6 of 6) sorted by relevance
| /crypto/ |
| A D | hctr2.c | 180 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 D | shash.c | 282 int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() function 300 EXPORT_SYMBOL_GPL(crypto_shash_import);
|
| A D | hmac.c | 96 return crypto_shash_import(desc, in); in hmac_import() 142 crypto_shash_import(desc, opad) ?: in hmac_finup()
|
| A D | ahash.c | 673 return crypto_shash_import(prepare_shash_desc(req, tfm), in); in crypto_ahash_import()
|
| A D | cryptd.c | 653 return crypto_shash_import(desc, in); in cryptd_hash_import()
|
| A D | testmgr.c | 1420 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
|
Completed in 22 milliseconds