Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include "ossl.h"
Go to the source code of this file.
Data Structures | |
struct | dh_blocking_gen_arg |
Macros | |
#define | GetPKeyDH(obj, pkey) |
#define | GetDH(obj, dh) |
Functions | |
VALUE | ossl_dh_new (EVP_PKEY *pkey) |
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 576 of file ossl_pkey_dh.c.
References cDH, cPKey, DEF_OSSL_PKEY_BN, dh_blocking_gen_arg::dh, eDHError, eOSSLError, ePKeyError, g, mOSSL, mPKey, priv_key, pub_key, rb_cObject, rb_define_alias(), rb_define_class_under(), rb_define_method, rb_define_module_under(), and rb_define_singleton_method.
Referenced by Init_ossl_pkey().
VALUE ossl_dh_new | ( | EVP_PKEY * | pkey | ) |
Definition at line 58 of file ossl_pkey_dh.c.
References cDH, eDHError, NewPKey, NULL, ossl_raise(), Qfalse, rb_eTypeError, and SetPKey.
VALUE cDH |
Definition at line 29 of file ossl_pkey_dh.c.
Referenced by Init_ossl_dh(), and ossl_dh_new().
VALUE eDHError |
Definition at line 30 of file ossl_pkey_dh.c.
Referenced by Init_ossl_dh(), and ossl_dh_new().