Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dhash.h58 int crypto_ahash_walk_first(struct ahash_request *req,
/Linux-v4.19/crypto/
Dahash.c152 int crypto_ahash_walk_first(struct ahash_request *req, in crypto_ahash_walk_first() function
171 EXPORT_SYMBOL_GPL(crypto_ahash_walk_first);
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c521 nbytes = crypto_ahash_walk_first(req, &rctx->walk); in sha1_mb_update()
579 nbytes = crypto_ahash_walk_first(req, &rctx->walk); in sha1_mb_finup()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb.c519 nbytes = crypto_ahash_walk_first(req, &rctx->walk); in sha256_mb_update()
577 nbytes = crypto_ahash_walk_first(req, &rctx->walk); in sha256_mb_finup()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb.c552 nbytes = crypto_ahash_walk_first(req, &rctx->walk); in sha512_mb_update()
611 nbytes = crypto_ahash_walk_first(req, &rctx->walk); in sha512_mb_finup()