Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dhash.h366 int crypto_ahash_export_core(struct ahash_request *req, void *out);
/linux/drivers/crypto/
H A Dpadlock-sha.c67 crypto_ahash_export_core(req, state); in padlock_sha_update()
/linux/crypto/
H A Dahash.c631 int crypto_ahash_export_core(struct ahash_request *req, void *out) in crypto_ahash_export_core() function
639 EXPORT_SYMBOL_GPL(crypto_ahash_export_core);
H A Dhmac.c320 return crypto_ahash_export_core(ahash_request_ctx(preq), out); in hmac_export_core_ahash()
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c453 crypto_ahash_export_core(fbreq, state) ?: in aspeed_ahash_fallback()