Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dhash.h22 struct crypto_hash_walk { struct
23 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