Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dalgapi.h118 struct ablkcipher_walk { struct
119 struct {
122 } src, dst;
124 struct scatter_walk in;
125 unsigned int nbytes;
126 struct scatter_walk out;
127 unsigned int total;
128 struct list_head buffers;
129 u8 *iv_buffer;
130 u8 *iv;
[all …]