|
gcry_cipher_hd_t | enc |
|
gcry_cipher_hd_t | dec |
|
enum crypto_cipher_alg | alg |
|
union { |
struct { |
size_t used_bytes |
|
u8 key [16] |
|
size_t keylen |
|
} rc4 |
|
struct { |
u8 cbc [32] |
|
void * ctx_enc |
|
void * ctx_dec |
|
} aes |
|
struct { |
struct des3_key_s key |
|
u8 cbc [8] |
|
} des3 |
|
struct { |
u32 ek [32] |
|
u32 dk [32] |
|
u8 cbc [8] |
|
} des |
|
} | u |
|
int | rc4 |
|
union { |
symmetric_CBC cbc |
|
struct { |
size_t used_bytes |
|
u8 key [16] |
|
size_t keylen |
|
} rc4 |
|
} | u |
|
EVP_CIPHER_CTX | enc |
|
EVP_CIPHER_CTX | dec |
|
The documentation for this struct was generated from the following files: