Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/internal/
Dskcipher.h58 struct skcipher_walk { struct
59 union {
69 } src, dst;
71 struct scatter_walk in;
72 unsigned int nbytes;
74 struct scatter_walk out;
75 unsigned int total;
77 struct list_head buffers;
79 u8 *page;
80 u8 *buffer;
[all …]