dsa_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(DSA* dsa, BIGNUM* r, BIGNUM* a, const(BIGNUM)* p, const(BIGNUM)* m, BN_CTX* ctx, BN_MONT_CTX* m_ctx)) bn_mod_exp;
Undocumented in source.
dsa_do_sign
ExternC!(DSA_SIG* function(const(ubyte)* dgst, int dlen, DSA* dsa)) dsa_do_sign;
Undocumented in source.
dsa_do_verify
ExternC!(int function(const(ubyte)* dgst, int dgst_len, DSA_SIG* sig, DSA* dsa)) dsa_do_verify;
Undocumented in source.
dsa_keygen
ExternC!(int function(DSA* dsa)) dsa_keygen;
Undocumented in source.
dsa_mod_exp
ExternC!(int function(DSA* dsa, BIGNUM* rr, BIGNUM* a1, BIGNUM* p1, BIGNUM* a2, BIGNUM* p2, BIGNUM* m, BN_CTX* ctx, BN_MONT_CTX* in_mont)) dsa_mod_exp;
Undocumented in source.
dsa_paramgen
ExternC!(int function(DSA* dsa, int bits, const(ubyte)* seed, int seed_len, int* counter_ret, c_ulong* h_ret, BN_GENCB* cb)) dsa_paramgen;
Undocumented in source.
dsa_sign_setup
ExternC!(int function(DSA* dsa, BN_CTX* ctx_in, BIGNUM** kinvp, BIGNUM** rp)) dsa_sign_setup;
Undocumented in source.
finish
ExternC!(int function(DSA* dsa)) finish;
Undocumented in source.
flags
int flags;
Undocumented in source.
init_
ExternC!(int function(DSA* dsa)) init_;
Undocumented in source.
name
const(char)* name;
Undocumented in source.

Meta