Home
last modified time | relevance | path

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

/linux/include/crypto/internal/ !
H A Dskcipher.h57 struct skcipher_walk { struct
58 union {
70 union {
82 unsigned int nbytes;
83 unsigned int total;
85 u8 *page;
86 u8 *buffer;
87 u8 *oiv;
88 void *iv;
90 unsigned int ivsize;
[all …]