Searched defs:crypto_hash_walk (Results 1 – 1 of 1) sorted by relevance
17 struct crypto_hash_walk { struct18 char *data;20 unsigned int offset;21 unsigned int alignmask;23 struct page *pg;24 unsigned int entrylen;26 unsigned int total;50 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err); argument