dh_method

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
char* app_data;
Undocumented in source.
bn_mod_exp
ExternC!(int function(const(DH)* dh, BIGNUM* r, const(BIGNUM)* a, const(BIGNUM)* p, const(BIGNUM)* m, BN_CTX* ctx, BN_MONT_CTX* m_ctx)) bn_mod_exp;
Undocumented in source.
compute_key
ExternC!(int function(ubyte* key, const(BIGNUM)* pub_key, DH* dh)) compute_key;
Undocumented in source.
finish
ExternC!(int function(DH* dh)) finish;
Undocumented in source.
flags
int flags;
Undocumented in source.
generate_key
ExternC!(int function(DH* dh)) generate_key;
Undocumented in source.
generate_params
ExternC!(int function(DH* dh, int prime_len, int generator, BN_GENCB* cb)) generate_params;
Undocumented in source.
init_
ExternC!(int function(DH* dh)) init_;
Undocumented in source.
name
const(char)* name;
Undocumented in source.

Meta