- app_data
char* app_data;
Undocumented in source.
- bn_mod_exp
ExternC!(int function(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.
- finish
ExternC!(int function(RSA* rsa)) finish;
Undocumented in source.
- flags
int flags;
Undocumented in source.
- init_
ExternC!(int function(RSA* rsa)) init_;
Undocumented in source.
- name
const(char)* name;
Undocumented in source.
- rsa_keygen
ExternC!(int function(RSA* rsa, int bits, BIGNUM* e, BN_GENCB* cb)) rsa_keygen;
Undocumented in source.
- rsa_mod_exp
ExternC!(int function(BIGNUM* r0, const(BIGNUM)* I, RSA* rsa, BN_CTX* ctx)) rsa_mod_exp;
Undocumented in source.
- rsa_priv_dec
ExternC!(int function(int flen, const(ubyte)* from, ubyte* to, RSA* rsa, int padding)) rsa_priv_dec;
Undocumented in source.
- rsa_priv_enc
ExternC!(int function(int flen, const(ubyte)* from, ubyte* to, RSA* rsa, int padding)) rsa_priv_enc;
Undocumented in source.
- rsa_pub_dec
ExternC!(int function(int flen, const(ubyte)* from, ubyte* to, RSA* rsa, int padding)) rsa_pub_dec;
Undocumented in source.
- rsa_pub_enc
ExternC!(int function(int flen, const(ubyte)* from, ubyte* to, RSA* rsa, int padding)) rsa_pub_enc;
Undocumented in source.
- rsa_sign
ExternC!(int function(int type, const(ubyte)* m, uint m_length, ubyte* sigret, uint* siglen, const(RSA)* rsa)) rsa_sign;
Undocumented in source.
- rsa_verify
ExternC!(int function(int dtype, const(ubyte)* m, uint m_length, const(ubyte)* sigbuf, uint siglen, const(RSA)* rsa)) rsa_verify;
Undocumented in source.