Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/internal/
Dskcipher.h34 struct skcipher_walk { struct
35 union {
45 } src, dst;
47 struct scatter_walk in;
48 unsigned int nbytes;
50 struct scatter_walk out;
51 unsigned int total;
53 struct list_head buffers;
55 u8 *page;
56 u8 *buffer;
[all …]