Home
last modified time | relevance | path

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

/linux-3.3/drivers/crypto/
Dgeode-aes.h57 struct geode_aes_op { struct
59 void *src;
60 void *dst;
62 u32 mode;
63 u32 dir;
64 u32 flags;
65 int len;
67 u8 key[AES_KEY_LENGTH];
68 u8 *iv;
70 union {
[all …]