Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dhash.h17 struct crypto_hash_walk { struct
50 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err); argument
52 struct crypto_hash_walk *walk);
54 struct crypto_hash_walk *walk);
56 static inline int crypto_ahash_walk_done(struct crypto_hash_walk *walk, in crypto_ahash_walk_done()
62 static inline int crypto_hash_walk_last(struct crypto_hash_walk *walk) in crypto_hash_walk_last()
67 static inline int crypto_ahash_walk_last(struct crypto_hash_walk *walk) in crypto_ahash_walk_last()
/Linux-v5.4/crypto/
Dahash.c40 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next()
64 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry()
81 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done()
130 struct crypto_hash_walk *walk) in crypto_hash_walk_first()
148 struct crypto_hash_walk *walk) in crypto_ahash_walk_first()
Dshash.c242 struct crypto_hash_walk walk; in shash_ahash_update()
265 struct crypto_hash_walk walk; in shash_ahash_finup()
/Linux-v5.4/drivers/crypto/ux500/hash/
Dhash_core.c1074 struct crypto_hash_walk walk; in hash_hw_update()
/Linux-v5.4/drivers/crypto/
Dn2_core.c527 struct crypto_hash_walk walk; in n2_do_async_digest()