Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c171 int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc) in shash_ahash_update() function
182 EXPORT_SYMBOL_GPL(shash_ahash_update);
457 return shash_ahash_update(req, ahash_request_ctx(req)); in crypto_ahash_update()