Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Data Structures | |
struct | ossl_generate_cb_arg |
Macros | |
#define | OSSL_PKEY_SET_PRIVATE(obj) rb_iv_set((obj), "private", Qtrue) |
#define | OSSL_PKEY_SET_PUBLIC(obj) rb_iv_set((obj), "private", Qfalse) |
#define | OSSL_PKEY_IS_PRIVATE(obj) (rb_iv_get((obj), "private") == Qtrue) |
#define | NewPKey(klass) TypedData_Wrap_Struct((klass), &ossl_evp_pkey_type, 0) |
#define | SetPKey(obj, pkey) |
#define | GetPKey(obj, pkey) |
#define | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, _name, _get) |
#define | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) |
#define | OSSL_PKEY_BN_DEF_GETTER2(_keytype, _type, _group, a1, a2) |
#define | OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3) |
#define | OSSL_PKEY_BN_DEF_SETTER2(_keytype, _type, _group, a1, a2) |
#define | OSSL_PKEY_BN_DEF_SETTER_OLD(_keytype, _type, _group, _name) |
#define | OSSL_PKEY_BN_DEF3(_keytype, _type, _group, a1, a2, a3) |
#define | OSSL_PKEY_BN_DEF2(_keytype, _type, _group, a1, a2) |
#define | DEF_OSSL_PKEY_BN(class, keytype, name) |
Functions | |
int | ossl_generate_cb_2 (int p, int n, BN_GENCB *cb) |
void | ossl_generate_cb_stop (void *ptr) |
VALUE | ossl_pkey_new (EVP_PKEY *) |
void | ossl_pkey_check_public_key (const EVP_PKEY *) |
EVP_PKEY * | GetPKeyPtr (VALUE) |
EVP_PKEY * | DupPKeyPtr (VALUE) |
EVP_PKEY * | GetPrivPKeyPtr (VALUE) |
void | Init_ossl_pkey (void) |
VALUE | ossl_rsa_new (EVP_PKEY *) |
void | Init_ossl_rsa (void) |
VALUE | ossl_dsa_new (EVP_PKEY *) |
void | Init_ossl_dsa (void) |
VALUE | ossl_dh_new (EVP_PKEY *) |
void | Init_ossl_dh (void) |
VALUE | ossl_ec_new (EVP_PKEY *) |
void | Init_ossl_ec (void) |
#define DEF_OSSL_PKEY_BN | ( | class, | |
keytype, | |||
name | |||
) |
#define GetPKey | ( | obj, | |
pkey | |||
) |
Definition at line 31 of file ossl_pkey.h.
#define NewPKey | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_evp_pkey_type, 0) |
Definition at line 22 of file ossl_pkey.h.
#define OSSL_PKEY_BN_DEF2 | ( | _keytype, | |
_type, | |||
_group, | |||
a1, | |||
a2 | |||
) |
Definition at line 217 of file ossl_pkey.h.
#define OSSL_PKEY_BN_DEF3 | ( | _keytype, | |
_type, | |||
_group, | |||
a1, | |||
a2, | |||
a3 | |||
) |
Definition at line 210 of file ossl_pkey.h.
#define OSSL_PKEY_BN_DEF_GETTER0 | ( | _keytype, | |
_type, | |||
_name, | |||
_get | |||
) |
Definition at line 92 of file ossl_pkey.h.
#define OSSL_PKEY_BN_DEF_GETTER2 | ( | _keytype, | |
_type, | |||
_group, | |||
a1, | |||
a2 | |||
) |
Definition at line 114 of file ossl_pkey.h.
#define OSSL_PKEY_BN_DEF_GETTER3 | ( | _keytype, | |
_type, | |||
_group, | |||
a1, | |||
a2, | |||
a3 | |||
) |
Definition at line 106 of file ossl_pkey.h.
#define OSSL_PKEY_BN_DEF_SETTER2 | ( | _keytype, | |
_type, | |||
_group, | |||
a1, | |||
a2 | |||
) |
Definition at line 148 of file ossl_pkey.h.
#define OSSL_PKEY_BN_DEF_SETTER3 | ( | _keytype, | |
_type, | |||
_group, | |||
a1, | |||
a2, | |||
a3 | |||
) |
Definition at line 120 of file ossl_pkey.h.
#define OSSL_PKEY_BN_DEF_SETTER_OLD | ( | _keytype, | |
_type, | |||
_group, | |||
_name | |||
) |
Definition at line 172 of file ossl_pkey.h.
Definition at line 20 of file ossl_pkey.h.
Definition at line 18 of file ossl_pkey.h.
Definition at line 19 of file ossl_pkey.h.
#define SetPKey | ( | obj, | |
pkey | |||
) |
Definition at line 24 of file ossl_pkey.h.
EVP_PKEY * DupPKeyPtr | ( | VALUE | obj | ) |
Definition at line 258 of file ossl_pkey.c.
References EVP_PKEY_up_ref, and GetPKey.
EVP_PKEY * GetPKeyPtr | ( | VALUE | obj | ) |
Definition at line 235 of file ossl_pkey.c.
References GetPKey.
EVP_PKEY * GetPrivPKeyPtr | ( | VALUE | obj | ) |
Definition at line 245 of file ossl_pkey.c.
References GetPKey, NULL, ossl_raise(), Qtrue, rb_eArgError, and rb_funcallv.
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().
void Init_ossl_dsa | ( | void | ) |
Definition at line 609 of file ossl_pkey_dsa.c.
References cDSA, cPKey, DEF_OSSL_PKEY_BN, dsa_blocking_gen_arg::dsa, eDSAError, 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().
void Init_ossl_ec | ( | void | ) |
Definition at line 1678 of file ossl_pkey_ec.c.
References cEC, cEC_GROUP, cEC_POINT, cPKey, eEC_GROUP, eEC_POINT, eECError, eOSSLError, ePKeyError, INT2NUM, mOSSL, mPKey, rb_attr(), rb_cObject, rb_define_alias(), rb_define_alloc_func(), rb_define_class_under(), rb_define_const(), rb_define_method, rb_define_module_under(), rb_define_singleton_method, rb_eStandardError, and rb_intern().
Referenced by Init_ossl_pkey().
void Init_ossl_pkey | ( | void | ) |
Definition at line 572 of file ossl_pkey.c.
References cPKey, eOSSLError, ePKeyError, Init_ossl_dh(), Init_ossl_dsa(), Init_ossl_ec(), Init_ossl_rsa(), mOSSL, mPKey, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_method, rb_define_module(), rb_define_module_function, rb_define_module_under(), rb_eStandardError, and rb_intern().
Referenced by Init_openssl().
void Init_ossl_rsa | ( | void | ) |
Definition at line 888 of file ossl_pkey_rsa.c.
References cPKey, cRSA, DEF_OSSL_PKEY_BN, DefRSAConst, rsa_blocking_gen_arg::e, eOSSLError, ePKeyError, eRSAError, mOSSL, mPKey, rb_cObject, rb_define_alias(), rb_define_class_under(), rb_define_method, rb_define_module_under(), rb_define_singleton_method, and rsa_blocking_gen_arg::rsa.
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 ossl_dsa_new | ( | EVP_PKEY * | pkey | ) |
Definition at line 72 of file ossl_pkey_dsa.c.
References cDSA, eDSAError, NewPKey, NULL, ossl_raise(), Qfalse, rb_eTypeError, and SetPKey.
VALUE ossl_ec_new | ( | EVP_PKEY * | pkey | ) |
Definition at line 87 of file ossl_pkey_ec.c.
References cEC, eECError, NewPKey, NULL, ossl_raise(), Qfalse, rb_eTypeError, and SetPKey.
Definition at line 39 of file ossl_pkey.c.
References BN_GENCB_get_arg, int(), INT2NUM, ossl_generate_cb_arg::interrupted, NULL, rb_ary_new2, rb_ary_store(), rb_protect(), rb_thread_call_with_gvl(), rb_yield(), ossl_generate_cb_arg::state, and ossl_generate_cb_arg::yield.
void ossl_generate_cb_stop | ( | void * | ptr | ) |
Definition at line 72 of file ossl_pkey.c.
References ossl_generate_cb_arg::interrupted, and ptr.
void ossl_pkey_check_public_key | ( | const EVP_PKEY * | pkey | ) |
Definition at line 195 of file ossl_pkey.c.
References ePKeyError, NULL, ossl_raise(), and ptr.
VALUE ossl_pkey_new | ( | EVP_PKEY * | pkey | ) |
Definition at line 129 of file ossl_pkey.c.
References rb_jump_tag(), and rb_protect().
VALUE ossl_rsa_new | ( | EVP_PKEY * | pkey | ) |
Definition at line 73 of file ossl_pkey_rsa.c.
References cRSA, eRSAError, NewPKey, NULL, ossl_raise(), Qfalse, rb_eTypeError, and SetPKey.
|
extern |
Definition at line 29 of file ossl_pkey_dh.c.
Referenced by Init_ossl_dh(), and ossl_dh_new().
|
extern |
Definition at line 43 of file ossl_pkey_dsa.c.
Referenced by Init_ossl_dsa(), and ossl_dsa_new().
|
extern |
Definition at line 43 of file ossl_pkey_ec.c.
Referenced by Init_ossl_ec(), and ossl_ec_new().
|
extern |
Definition at line 45 of file ossl_pkey_ec.c.
Referenced by Init_ossl_ec().
|
extern |
Definition at line 47 of file ossl_pkey_ec.c.
Referenced by Init_ossl_ec().
|
extern |
Definition at line 16 of file ossl_pkey.c.
Referenced by Init_ossl_dh(), Init_ossl_dsa(), Init_ossl_ec(), Init_ossl_pkey(), and Init_ossl_rsa().
|
extern |
Definition at line 44 of file ossl_pkey_rsa.c.
Referenced by Init_ossl_rsa(), and ossl_rsa_new().
|
extern |
Definition at line 30 of file ossl_pkey_dh.c.
Referenced by Init_ossl_dh(), and ossl_dh_new().
|
extern |
Definition at line 44 of file ossl_pkey_dsa.c.
Referenced by Init_ossl_dsa(), and ossl_dsa_new().
|
extern |
Definition at line 46 of file ossl_pkey_ec.c.
Referenced by Init_ossl_ec().
|
extern |
Definition at line 48 of file ossl_pkey_ec.c.
Referenced by Init_ossl_ec().
|
extern |
Definition at line 44 of file ossl_pkey_ec.c.
Referenced by Init_ossl_ec(), and ossl_ec_new().
|
extern |
Definition at line 17 of file ossl_pkey.c.
Referenced by Init_ossl_dh(), Init_ossl_dsa(), Init_ossl_ec(), Init_ossl_pkey(), Init_ossl_rsa(), and ossl_pkey_check_public_key().
|
extern |
Definition at line 45 of file ossl_pkey_rsa.c.
Referenced by Init_ossl_rsa(), and ossl_rsa_new().
|
extern |
Definition at line 15 of file ossl_pkey.c.
Referenced by Init_ossl_dh(), Init_ossl_dsa(), Init_ossl_ec(), Init_ossl_pkey(), and Init_ossl_rsa().
|
extern |
Definition at line 87 of file ossl_pkey.c.