Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dalgapi.h111 struct ablkcipher_walk { struct
112 struct {
115 } src, dst;
117 struct scatter_walk in;
118 unsigned int nbytes;
119 struct scatter_walk out;
120 unsigned int total;
121 struct list_head buffers;
122 u8 *iv_buffer;
123 u8 *iv;
[all …]