Home
last modified time | relevance | path

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

/linux-3.3/include/crypto/
Dalgapi.h108 struct ablkcipher_walk { struct
109 struct {
112 } src, dst;
114 struct scatter_walk in;
115 unsigned int nbytes;
116 struct scatter_walk out;
117 unsigned int total;
118 struct list_head buffers;
119 u8 *iv_buffer;
120 u8 *iv;
[all …]