Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c48 int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc) in shash_ahash_update() function
59 EXPORT_SYMBOL_GPL(shash_ahash_update);
333 return shash_ahash_update(req, ahash_request_ctx(req)); in crypto_ahash_update()
H A Dcryptd.c563 err = shash_ahash_update(req, desc); in cryptd_hash_update()
/linux/include/crypto/internal/
H A Dhash.h128 int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc);
/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c206 return shash_ahash_update(req, desc); in ghash_async_update()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c243 return shash_ahash_update(req, desc); in ghash_async_update()