Go to the source code of this file.
◆ GetPKCS7
#define GetPKCS7 |
( |
|
obj, |
|
|
|
pkcs7 |
|
) |
| |
Value: do { \
if (!(pkcs7)) { \
} \
} while (0)
const rb_data_type_t ossl_pkcs7_type
Definition at line 21 of file ossl_pkcs7.h.
◆ NewPKCS7
◆ SetPKCS7
#define SetPKCS7 |
( |
|
obj, |
|
|
|
pkcs7 |
|
) |
| |
Value: do { \
if (!(pkcs7)) { \
} \
RTYPEDDATA_DATA(obj) = (pkcs7); \
} while (0)
Definition at line 15 of file ossl_pkcs7.h.
◆ Init_ossl_pkcs7()
void Init_ossl_pkcs7 |
( |
void |
| ) |
|
Definition at line 1028 of file ossl_pkcs7.c.
References BINARY, cPKCS7, cPKCS7Recipient, cPKCS7Signer, DefPKCS7Const, eOSSLError, ePKCS7Error, mOSSL, Qfalse, rb_attr(), rb_cObject, rb_define_alias(), rb_define_alloc_func(), rb_define_class_under(), rb_define_const(), rb_define_method, rb_define_module(), rb_define_singleton_method, rb_eStandardError, and rb_intern().
Referenced by Init_openssl().
◆ cPKCS7
◆ cPKCS7Recipient
◆ cPKCS7Signer
◆ ePKCS7Error
◆ ossl_pkcs7_type