Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c97 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 Dshash.c367 return crypto_shash_import(desc, in); in shash_async_import()
H A Dcryptd.c623 return crypto_shash_import(desc, in); in cryptd_hash_import()
H A Dtestmgr.c1304 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst35 …scsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shas…
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dauth.c490 err = crypto_shash_import(target, state); in __ubifs_shash_copy_state()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h918 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 Dghash-ce-glue.c278 return crypto_shash_import(desc, in); in ghash_async_import()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dpadlock-sha.c61 return crypto_shash_import(&dctx->fallback, in); in padlock_sha_import()