Home
last modified time | relevance | path

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

/linux-2.6.39/include/crypto/internal/
Dhash.h22 struct crypto_hash_walk { struct
55 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err); argument
57 struct crypto_hash_walk *walk);
59 struct crypto_hash_walk *walk,
62 static inline int crypto_hash_walk_last(struct crypto_hash_walk *walk) in crypto_hash_walk_last()
/linux-2.6.39/crypto/
Dahash.c40 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next()
60 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry()
76 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done()
116 struct crypto_hash_walk *walk) in crypto_hash_walk_first()
132 struct crypto_hash_walk *walk, in crypto_hash_walk_first_compat()
Dshash.c219 struct crypto_hash_walk walk; in shash_ahash_update()
242 struct crypto_hash_walk walk; in shash_ahash_finup()
391 struct crypto_hash_walk walk; in shash_compat_update()
/linux-2.6.39/drivers/crypto/
Dn2_core.c516 struct crypto_hash_walk walk; in n2_do_async_digest()