Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
void | Init_ossl_engine (void) |
Variables | |
VALUE | cEngine |
VALUE | eEngineError |
void Init_ossl_engine | ( | void | ) |
Definition at line 515 of file ossl_engine.c.
References cEngine, DefEngineConst, eEngineError, eOSSLError, Init_ossl_engine(), mOSSL, ossl_engine_ctrl_cmd(), ossl_engine_finish(), ossl_engine_get_cipher(), ossl_engine_get_cmds(), ossl_engine_get_digest(), ossl_engine_get_id(), ossl_engine_get_name(), ossl_engine_inspect(), ossl_engine_load_privkey(), ossl_engine_load_pubkey(), ossl_engine_s_by_id(), ossl_engine_s_cleanup(), ossl_engine_s_engines(), ossl_engine_s_load(), ossl_engine_set_default(), rb_cObject, rb_define_class_under(), rb_define_method(), rb_define_module(), rb_define_singleton_method(), rb_eStandardError, and rb_undef_alloc_func().
Referenced by Init_openssl(), and Init_ossl_engine().
VALUE cEngine |
Definition at line 43 of file ossl_engine.c.
Referenced by Init_ossl_engine().
VALUE eEngineError |
Definition at line 48 of file ossl_engine.c.
Referenced by Init_ossl_engine(), ossl_engine_ctrl_cmd(), ossl_engine_finish(), ossl_engine_get_cipher(), ossl_engine_get_digest(), ossl_engine_load_privkey(), ossl_engine_load_pubkey(), and ossl_engine_s_by_id().