Searched refs:crypto_ahash_import (Results 1 – 14 of 14) sorted by relevance
| /linux/Documentation/crypto/ |
| H A D | api-digest.rst | 20 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
|
| /linux/crypto/ |
| H A D | ahash.c | 351 err = err ?: crypto_ahash_import(req, state); in ahash_do_req_chain() 363 return err ?: crypto_ahash_import(req, state); in ahash_do_req_chain() 678 int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function 698 EXPORT_SYMBOL_GPL(crypto_ahash_import);
|
| H A D | hmac.c | 315 return crypto_ahash_import(req, in); in hmac_import_ahash() 366 return crypto_ahash_import(req, opad) ?: in hmac_finup_finish()
|
| H A D | algif_hash.c | 267 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
| H A D | testmgr.c | 1594 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
|
| /linux/include/crypto/ |
| H A D | hash.h | 553 int crypto_ahash_import(struct ahash_request *req, const void *in);
|
| /linux/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 190 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
|
| /linux/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-hash.c | 127 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 185 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 371 return crypto_ahash_import(&rctx->ahash_fbk_req, in); in starfive_hash_import()
|
| /linux/drivers/crypto/ |
| H A D | img-hash.c | 610 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
|
| H A D | sa2ul.c | 1583 return crypto_ahash_import(&rctx->fallback_req, in); in sa_sha_import()
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 200 return crypto_ahash_import(&rctx->fallback_req, in); in tegra_sha_fallback_import()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 2398 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()
|