Searched refs:crypto_shash_import (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/crypto/ | 
| D | hmac.c | 97 	return crypto_shash_import(desc, in);  in hmac_import()122 	       crypto_shash_import(desc, opad) ?:  in hmac_final()
 137 	       crypto_shash_import(desc, opad) ?:  in hmac_finup()
 
 | 
| D | shash.c | 340 	return crypto_shash_import(desc, in);  in shash_async_import()
 | 
| D | cryptd.c | 666 	return crypto_shash_import(desc, in);  in cryptd_hash_import()
 | 
| D | testmgr.c | 1213 			err = crypto_shash_import(desc, hashstate);  in test_shash_vec_cfg()
 | 
| /Linux-v5.4/Documentation/crypto/ | 
| D | api-digest.rst | 35 …scsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shas…
 | 
| /Linux-v5.4/include/crypto/ | 
| D | hash.h | 874 static inline int crypto_shash_import(struct shash_desc *desc, const void *in)  in crypto_shash_import()  function
 | 
| /Linux-v5.4/arch/arm/crypto/ | 
| D | ghash-ce-glue.c | 283 	return crypto_shash_import(desc, in);  in ghash_async_import()
 | 
| /Linux-v5.4/fs/ubifs/ | 
| D | auth.c | 511 	err = crypto_shash_import(target, state);  in __ubifs_shash_copy_state()
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | padlock-sha.c | 61 	return crypto_shash_import(&dctx->fallback, in);  in padlock_sha_import()
 |