Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "ossl.h"
Go to the source code of this file.
Macros | |
#define | NewX509Req(klass) TypedData_Wrap_Struct((klass), &ossl_x509req_type, 0) |
#define | SetX509Req(obj, req) |
#define | GetX509Req(obj, req) |
Functions | |
X509_REQ * | GetX509ReqPtr (VALUE obj) |
void | Init_ossl_x509req (void) |
Variables | |
VALUE | cX509Req |
VALUE | eX509ReqError |
#define GetX509Req | ( | obj, | |
req | |||
) |
Definition at line 20 of file ossl_x509req.c.
Referenced by GetX509ReqPtr().
#define NewX509Req | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_x509req_type, 0) |
Definition at line 12 of file ossl_x509req.c.
#define SetX509Req | ( | obj, | |
req | |||
) |
Definition at line 14 of file ossl_x509req.c.
X509_REQ* GetX509ReqPtr | ( | VALUE | obj | ) |
Definition at line 51 of file ossl_x509req.c.
References GetX509Req.
void Init_ossl_x509req | ( | void | ) |
Definition at line 409 of file ossl_x509req.c.
References cX509Req, eOSSLError, eX509ReqError, 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 cX509Req |
Definition at line 30 of file ossl_x509req.c.
Referenced by Init_ossl_x509req().
VALUE eX509ReqError |
Definition at line 31 of file ossl_x509req.c.
Referenced by Init_ossl_x509req().