Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "ossl.h"
Go to the source code of this file.
Data Structures | |
struct | rsa_blocking_gen_arg |
Macros | |
#define | GetPKeyRSA(obj, pkey) |
#define | GetRSA(obj, rsa) |
#define | DefRSAConst(x) rb_define_const(cRSA, #x, INT2NUM(RSA_##x)) |
Functions | |
VALUE | ossl_rsa_new (EVP_PKEY *pkey) |
void | Init_ossl_rsa (void) |
Variables | |
VALUE | cRSA |
VALUE | eRSAError |
#define DefRSAConst | ( | x | ) | rb_define_const(cRSA, #x, INT2NUM(RSA_##x)) |
Definition at line 687 of file ossl_pkey_rsa.c.
#define GetPKeyRSA | ( | obj, | |
pkey | |||
) |
Definition at line 14 of file ossl_pkey_rsa.c.
#define GetRSA | ( | obj, | |
rsa | |||
) |
Definition at line 20 of file ossl_pkey_rsa.c.
void Init_ossl_rsa | ( | void | ) |
Definition at line 690 of file ossl_pkey_rsa.c.
References cPKey, cRSA, eOSSLError, ePKeyError, eRSAError, mOSSL, mPKey, rb_cObject, rb_define_class_under(), rb_define_module_under(), and rb_define_singleton_method().
VALUE ossl_rsa_new | ( | EVP_PKEY * | pkey | ) |
Definition at line 73 of file ossl_pkey_rsa.c.
VALUE cRSA |
Definition at line 44 of file ossl_pkey_rsa.c.
Referenced by Init_ossl_rsa().
VALUE eRSAError |
Definition at line 45 of file ossl_pkey_rsa.c.
Referenced by Init_ossl_rsa().