Home
last modified time | relevance | path

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

/Linux-v6.1/include/crypto/internal/
Dskcipher.h35 struct skcipher_walk { struct
36 union {
46 } src, dst;
48 struct scatter_walk in;
49 unsigned int nbytes;
51 struct scatter_walk out;
52 unsigned int total;
54 struct list_head buffers;
56 u8 *page;
57 u8 *buffer;
[all …]