Searched refs:crypto_shash_import (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A 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()
|
| H A D | shash.c | 367 return crypto_shash_import(desc, in); in shash_async_import()
|
| H A D | cryptd.c | 623 return crypto_shash_import(desc, in); in cryptd_hash_import()
|
| H A D | testmgr.c | 1304 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-digest.rst | 35 …scsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shas…
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | auth.c | 490 err = crypto_shash_import(target, state); in __ubifs_shash_copy_state()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | hash.h | 918 static inline int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() function
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 278 return crypto_shash_import(desc, in); in ghash_async_import()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | padlock-sha.c | 61 return crypto_shash_import(&dctx->fallback, in); in padlock_sha_import()
|