Public Attributes | |
enum crypto_cipher_alg | alg |
EVP_CIPHER_CTX | dec |
gcry_cipher_hd_t | dec |
EVP_CIPHER_CTX | enc |
gcry_cipher_hd_t | enc |
HCRYPTKEY | key |
HCRYPTPROV | prov |
int | rc4 |
union { | |
symmetric_CBC cbc | |
struct { | |
u8 key [16] | |
size_t keylen | |
size_t used_bytes | |
} rc4 | |
} | u |
union { | |
struct { | |
size_t block_size | |
u8 cbc [32] | |
void * ctx_dec | |
void * ctx_enc | |
} aes | |
struct { | |
u8 cbc [8] | |
u32 dk [32] | |
u32 ek [32] | |
} des | |
struct { | |
u8 cbc [8] | |
struct des3_key_s key | |
} des3 | |
struct { | |
u8 key [16] | |
size_t keylen | |
size_t used_bytes | |
} rc4 | |
} | u |
Definition at line 507 of file crypto_cryptoapi.c.
struct { ... } crypto_cipher::aes |
Definition at line 22 of file crypto_internal-cipher.c.
size_t crypto_cipher::block_size |
Definition at line 31 of file crypto_internal-cipher.c.
symmetric_CBC crypto_cipher::cbc |
Definition at line 293 of file crypto_libtomcrypt.c.
Definition at line 30 of file crypto_internal-cipher.c.
void* crypto_cipher::ctx_dec |
Definition at line 33 of file crypto_internal-cipher.c.
void* crypto_cipher::ctx_enc |
Definition at line 32 of file crypto_internal-cipher.c.
EVP_CIPHER_CTX crypto_cipher::dec |
Definition at line 302 of file crypto_openssl.c.
gcry_cipher_hd_t crypto_cipher::dec |
Definition at line 197 of file crypto_gnutls.c.
struct { ... } crypto_cipher::des |
struct { ... } crypto_cipher::des3 |
u32 crypto_cipher::dk[32] |
Definition at line 41 of file crypto_internal-cipher.c.
u32 crypto_cipher::ek[32] |
Definition at line 40 of file crypto_internal-cipher.c.
EVP_CIPHER_CTX crypto_cipher::enc |
Definition at line 301 of file crypto_openssl.c.
gcry_cipher_hd_t crypto_cipher::enc |
Definition at line 196 of file crypto_gnutls.c.
struct des3_key_s crypto_cipher::key |
Definition at line 36 of file crypto_internal-cipher.c.
u8 crypto_cipher::key[16] |
Definition at line 26 of file crypto_internal-cipher.c.
HCRYPTKEY crypto_cipher::key |
Definition at line 509 of file crypto_cryptoapi.c.
size_t crypto_cipher::keylen |
Definition at line 27 of file crypto_internal-cipher.c.
HCRYPTPROV crypto_cipher::prov |
Definition at line 508 of file crypto_cryptoapi.c.
struct { ... } crypto_cipher::rc4 |
Definition at line 291 of file crypto_libtomcrypt.c.
struct { ... } crypto_cipher::rc4 |
union { ... } crypto_cipher::u |
union { ... } crypto_cipher::u |
size_t crypto_cipher::used_bytes |
Definition at line 25 of file crypto_internal-cipher.c.