Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dscatterwalk.h32 struct skcipher_walk { struct
33 union {
45 union {
57 unsigned int nbytes;
58 unsigned int total;
60 u8 *page;
61 u8 *buffer;
62 u8 *oiv;
63 void *iv;
65 unsigned int ivsize;
[all …]