|
Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
#include "ossl.h"
Go to the source code of this file.
Macros | |
| #define | GetPKeyDH(obj, pkey) |
| #define | GetDH(obj, dh) |
Functions | |
| void | Init_ossl_dh (void) |
Variables | |
| VALUE | cDH |
| VALUE | eDHError |
| #define GetDH | ( | obj, | |
| dh | |||
| ) |
Definition at line 20 of file ossl_pkey_dh.c.
| #define GetPKeyDH | ( | obj, | |
| pkey | |||
| ) |
Definition at line 14 of file ossl_pkey_dh.c.
| void Init_ossl_dh | ( | void | ) |
Definition at line 331 of file ossl_pkey_dh.c.
References cDH, cPKey, eDHError, eOSSLError, ePKeyError, mOSSL, mPKey, rb_cObject, rb_define_class_under(), rb_define_method, and rb_define_module_under().
| VALUE cDH |
Definition at line 29 of file ossl_pkey_dh.c.
Referenced by Init_ossl_dh().
| VALUE eDHError |
Definition at line 30 of file ossl_pkey_dh.c.
Referenced by Init_ossl_dh().
1.8.17