Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
Go to the source code of this file.
Macros | |
#define | NewPKCS7(klass) TypedData_Wrap_Struct((klass), &ossl_pkcs7_type, 0) |
#define | SetPKCS7(obj, pkcs7) |
#define | GetPKCS7(obj, pkcs7) |
Functions | |
void | Init_ossl_pkcs7 (void) |
Variables | |
const rb_data_type_t | ossl_pkcs7_type |
VALUE | cPKCS7 |
VALUE | cPKCS7Signer |
VALUE | cPKCS7Recipient |
VALUE | ePKCS7Error |
#define GetPKCS7 | ( | obj, | |
pkcs7 | |||
) |
Definition at line 21 of file ossl_pkcs7.h.
#define NewPKCS7 | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_pkcs7_type, 0) |
Definition at line 13 of file ossl_pkcs7.h.
#define SetPKCS7 | ( | obj, | |
pkcs7 | |||
) |
Definition at line 15 of file ossl_pkcs7.h.
void Init_ossl_pkcs7 | ( | void | ) |
Definition at line 1011 of file ossl_pkcs7.c.
References cPKCS7, eOSSLError, ePKCS7Error, mOSSL, rb_cObject, rb_define_class_under(), rb_define_module(), rb_define_singleton_method, and rb_eStandardError.
VALUE cPKCS7 |
Definition at line 52 of file ossl_pkcs7.c.
Referenced by Init_ossl_pkcs7().
VALUE cPKCS7Recipient |
Definition at line 54 of file ossl_pkcs7.c.
VALUE cPKCS7Signer |
Definition at line 53 of file ossl_pkcs7.c.
VALUE ePKCS7Error |
Definition at line 55 of file ossl_pkcs7.c.
Referenced by Init_ossl_pkcs7().
const rb_data_type_t ossl_pkcs7_type |
Definition at line 63 of file ossl_pkcs7.c.