env_md_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

block_size
int block_size;
Undocumented in source.
cleanup
ExternC!(int function(EVP_MD_CTX* ctx)) cleanup;
Undocumented in source.
copy
ExternC!(int function(EVP_MD_CTX* to, const(EVP_MD_CTX)* from)) copy;
Undocumented in source.
ctx_size
int ctx_size;
Undocumented in source.
final_
ExternC!(int function(EVP_MD_CTX* ctx, ubyte* md)) final_;
Undocumented in source.
flags
c_ulong flags;
Undocumented in source.
init_
ExternC!(int function(EVP_MD_CTX* ctx)) init_;
Undocumented in source.
md_ctrl
ExternC!(int function(EVP_MD_CTX* ctx, int cmd, int p1, void* p2)) md_ctrl;
Undocumented in source.
md_size
int md_size;
Undocumented in source.
pkey_type
int pkey_type;
Undocumented in source.
required_pkey_type
int[5] required_pkey_type;
Undocumented in source.
sign
ExternC!(int function(int type, const(ubyte)* m, uint m_length, ubyte* sigret, uint* siglen, void* key)) sign;
Undocumented in source.
type
int type;
Undocumented in source.
update
ExternC!(int function(EVP_MD_CTX* ctx, const(void)* data, size_t count)) update;
Undocumented in source.
verify
ExternC!(int function(int type, const(ubyte)* m, uint m_length, const(ubyte)* sigbuf, uint siglen, void* key)) verify;
Undocumented in source.

Meta