Searched refs:crypto_hash_walk_done (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h55 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c223 nbytes = crypto_hash_walk_done(&walk, nbytes))
254 nbytes = crypto_hash_walk_done(&walk, nbytes);
389 nbytes > 0; nbytes = crypto_hash_walk_done(&walk, nbytes))
H A Dahash.c76 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) function
113 EXPORT_SYMBOL_GPL(crypto_hash_walk_done); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c553 nbytes = crypto_hash_walk_done(&walk, 0);
566 nbytes = crypto_hash_walk_done(&walk, 0);

Completed in 138 milliseconds