Home
last modified time | relevance | path

Searched refs:crypto_ahash_import_core (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/
H A Dpadlock-sha.c65 err = crypto_ahash_import_core(req, state) ?: in padlock_sha_update()
110 return crypto_ahash_import_core(req, padlock_shash_desc_ctx(desc)) ?: in padlock_sha_finup()
/linux/include/crypto/internal/
H A Dhash.h378 int crypto_ahash_import_core(struct ahash_request *req, const void *in);
/linux/crypto/
H A Dahash.c659 int crypto_ahash_import_core(struct ahash_request *req, const void *in) in crypto_ahash_import_core() function
676 EXPORT_SYMBOL_GPL(crypto_ahash_import_core);
H A Dhmac.c330 return crypto_ahash_import_core(req, in); in hmac_import_core_ahash()
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c447 crypto_ahash_import_core(fbreq, state); in aspeed_ahash_fallback()