Go to the source code of this file.
Defines | |
| #define | OSSL_ENGINE_H |
Functions | |
| void | Init_ossl_engine (void) |
Variables | |
| VALUE | cEngine |
| VALUE | eEngineError |
| #define OSSL_ENGINE_H |
Definition at line 13 of file ossl_engine.h.
| void Init_ossl_engine | ( | void | ) |
Definition at line 367 of file ossl_engine.c.
References cEngine, CLASS_OF, DefEngineConst, eEngineError, eOSSLError, 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_alloc(), 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_alloc_func(), rb_define_class_under(), rb_define_method(), rb_define_singleton_method(), and rb_undef_method().
Referenced by Init_openssl().
Definition at line 35 of file ossl_engine.c.
Referenced by Init_ossl_engine().
Definition at line 36 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(), ossl_engine_s_alloc(), and ossl_engine_s_by_id().
1.6.1