Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dalgapi.h114 struct ablkcipher_walk { struct
115 struct {
118 } src, dst;
120 struct scatter_walk in;
121 unsigned int nbytes;
122 struct scatter_walk out;
123 unsigned int total;
124 struct list_head buffers;
125 u8 *iv_buffer;
126 u8 *iv;
[all …]