Home
last modified time | relevance | path

Searched refs:shash_ahash_update (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dshash.c267 int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc) in shash_ahash_update() function
278 EXPORT_SYMBOL_GPL(shash_ahash_update); variable
282 return shash_ahash_update(req, ahash_request_ctx(req)); in shash_async_update()
H A Dcryptd.c529 err = shash_ahash_update(req, &rctx->desc); in cryptd_hash_update()
/kernel/linux/linux-6.6/crypto/
H A Dshash.c299 int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc) in shash_ahash_update() function
310 EXPORT_SYMBOL_GPL(shash_ahash_update); variable
314 return shash_ahash_update(req, ahash_request_ctx(req)); in shash_async_update()
H A Dcryptd.c563 err = shash_ahash_update(req, desc); in cryptd_hash_update()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dhash.h126 int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc);
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dhash.h132 int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc);
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c187 return shash_ahash_update(req, desc); in ghash_async_update()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c206 return shash_ahash_update(req, desc); in ghash_async_update()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dghash-ce-glue.c226 return shash_ahash_update(req, desc); in ghash_async_update()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dghash-ce-glue.c243 return shash_ahash_update(req, desc); in ghash_async_update()

Completed in 13 milliseconds