|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#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 877 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.
Definition at line 880 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.
References obj.
| 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().