evp_cipher_ctx_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

app_data
void* app_data;
Undocumented in source.
block_mask
int block_mask;
Undocumented in source.
buf
ubyte[EVP_MAX_BLOCK_LENGTH] buf;
Undocumented in source.
buf_len
int buf_len;
Undocumented in source.
cipher
const(EVP_CIPHER)* cipher;
Undocumented in source.
cipher_data
void* cipher_data;
Undocumented in source.
encrypt
int encrypt;
Undocumented in source.
engine
ENGINE* engine;
Undocumented in source.
final_
ubyte[EVP_MAX_BLOCK_LENGTH] final_;
Undocumented in source.
final_used
int final_used;
Undocumented in source.
flags
c_ulong flags;
Undocumented in source.
iv
ubyte[EVP_MAX_IV_LENGTH] iv;
Undocumented in source.
key_len
int key_len;
Undocumented in source.
num
int num;
Undocumented in source.
oiv
ubyte[EVP_MAX_IV_LENGTH] oiv;
Undocumented in source.

Meta