Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dhash.h17 struct crypto_hash_walk { struct
18 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