Searched defs:crypto_hash_walk (Results 1 – 1 of 1) sorted by relevance
22 struct crypto_hash_walk { struct23 char *data;25 unsigned int offset;26 unsigned int alignmask;28 struct page *pg;29 unsigned int entrylen;31 unsigned int total;55 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err); argument