Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
void | Init_ossl_pkcs12 (void) |
Variables | |
VALUE | cPKCS12 |
VALUE | ePKCS12Error |
void Init_ossl_pkcs12 | ( | void | ) |
Definition at line 238 of file ossl_pkcs12.c.
References cPKCS12, eOSSLError, ePKCS12Error, mOSSL, ossl_pkcs12_initialize(), ossl_pkcs12_initialize_copy(), ossl_pkcs12_s_allocate(), ossl_pkcs12_s_create(), ossl_pkcs12_to_der(), Qfalse, rb_attr(), rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_copy_func, rb_define_method(), rb_define_module(), rb_define_singleton_method(), rb_eStandardError, and rb_intern.
Referenced by Init_openssl().
VALUE cPKCS12 |
Definition at line 35 of file ossl_pkcs12.c.
Referenced by Init_ossl_pkcs12(), and ossl_pkcs12_s_create().
VALUE ePKCS12Error |
Definition at line 36 of file ossl_pkcs12.c.
Referenced by Init_ossl_pkcs12(), ossl_pkcs12_initialize(), ossl_pkcs12_initialize_copy(), ossl_pkcs12_s_allocate(), ossl_pkcs12_s_create(), and ossl_pkcs12_to_der().