Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c102 int crypto_hash_walk_first(struct ahash_request *req, in crypto_hash_walk_first() function
123 EXPORT_SYMBOL_GPL(crypto_hash_walk_first);
176 for (nbytes = crypto_hash_walk_first(req, &walk); nbytes > 0; in shash_ahash_update()
189 nbytes = crypto_hash_walk_first(req, &walk); in shash_ahash_finup()
/linux/arch/s390/crypto/
H A Dphmac_s390.c44 hwh->walkbytes = crypto_hash_walk_first(req, &hwh->walk); in hwh_prepare()