ecdsa_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.
ecdsa_do_sign
.ECDSA_SIG* function(const(ubyte)* dgst, int dgst_len, const(libressl_d.openssl.ossl_typ.BIGNUM)* inv, const(libressl_d.openssl.ossl_typ.BIGNUM)* rp, libressl_d.openssl.ec.EC_KEY* eckey) ecdsa_do_sign;
Undocumented in source.
ecdsa_do_verify
int function(const(ubyte)* dgst, int dgst_len, const(.ECDSA_SIG)* sig, libressl_d.openssl.ec.EC_KEY* eckey) ecdsa_do_verify;
Undocumented in source.
ecdsa_sign_setup
int function(libressl_d.openssl.ec.EC_KEY* eckey, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BIGNUM** kinv, libressl_d.openssl.ossl_typ.BIGNUM** r) ecdsa_sign_setup;
Undocumented in source.
finish
int function(libressl_d.openssl.ec.EC_KEY* eckey) finish;
Undocumented in source.
flags
int flags;
Undocumented in source.
init
int function(libressl_d.openssl.ec.EC_KEY* eckey) init;
Undocumented in source.
name
const(char)* name;
Undocumented in source.

Meta