Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dalgapi.h121 struct ablkcipher_walk { struct
122 struct {
125 } src, dst;
127 struct scatter_walk in;
128 unsigned int nbytes;
129 struct scatter_walk out;
130 unsigned int total;
131 struct list_head buffers;
132 u8 *iv_buffer;
133 u8 *iv;
[all …]