Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dskcipher.h39 struct skcipher_walk { struct
40 union {
50 } src, dst;
52 struct scatter_walk in;
53 unsigned int nbytes;
55 struct scatter_walk out;
56 unsigned int total;
58 struct list_head buffers;
60 u8 *page;
61 u8 *buffer;
[all …]