Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "ossl.h"
Go to the source code of this file.
Macros | |
#define | NewX509Rev(klass) TypedData_Wrap_Struct((klass), &ossl_x509rev_type, 0) |
#define | SetX509Rev(obj, rev) |
#define | GetX509Rev(obj, rev) |
Functions | |
VALUE | ossl_x509revoked_new (X509_REVOKED *rev) |
X509_REVOKED * | DupX509RevokedPtr (VALUE obj) |
void | Init_ossl_x509revoked (void) |
Variables | |
VALUE | cX509Rev |
VALUE | eX509RevError |
#define GetX509Rev | ( | obj, | |
rev | |||
) |
Definition at line 20 of file ossl_x509revoked.c.
Referenced by DupX509RevokedPtr().
#define NewX509Rev | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_x509rev_type, 0) |
Definition at line 12 of file ossl_x509revoked.c.
Referenced by ossl_x509revoked_new().
#define SetX509Rev | ( | obj, | |
rev | |||
) |
Definition at line 14 of file ossl_x509revoked.c.
Referenced by ossl_x509revoked_new().
X509_REVOKED* DupX509RevokedPtr | ( | VALUE | obj | ) |
Definition at line 71 of file ossl_x509revoked.c.
References eX509RevError, GetX509Rev, NULL, ossl_raise(), and X509_REVOKED_dup.
void Init_ossl_x509revoked | ( | void | ) |
Definition at line 256 of file ossl_x509revoked.c.
References cX509Rev, eOSSLError, eX509RevError, mOSSL, mX509, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_module(), rb_define_module_under(), and rb_eStandardError.
Referenced by Init_ossl_x509().
VALUE ossl_x509revoked_new | ( | X509_REVOKED * | rev | ) |
Definition at line 51 of file ossl_x509revoked.c.
References cX509Rev, eX509RevError, NewX509Rev, NULL, ossl_raise(), SetX509Rev, and X509_REVOKED_dup.
VALUE cX509Rev |
Definition at line 30 of file ossl_x509revoked.c.
Referenced by Init_ossl_x509revoked(), and ossl_x509revoked_new().
VALUE eX509RevError |
Definition at line 31 of file ossl_x509revoked.c.
Referenced by DupX509RevokedPtr(), Init_ossl_x509revoked(), and ossl_x509revoked_new().