Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
#include "ossl.h"
Go to the source code of this file.
Macros | |
#define | GetPKeyDSA(obj, pkey) |
#define | GetDSA(obj, dsa) |
#define | PEM_read_bio_DSAPublicKey(bp, x, cb, u) |
Functions | |
void | Init_ossl_dsa (void) |
Variables | |
VALUE | cDSA |
VALUE | eDSAError |
#define GetDSA | ( | obj, | |
dsa | |||
) |
Definition at line 20 of file ossl_pkey_dsa.c.
#define GetPKeyDSA | ( | obj, | |
pkey | |||
) |
Definition at line 14 of file ossl_pkey_dsa.c.
#define PEM_read_bio_DSAPublicKey | ( | bp, | |
x, | |||
cb, | |||
u | |||
) |
void Init_ossl_dsa | ( | void | ) |
Definition at line 288 of file ossl_pkey_dsa.c.
References cDSA, cPKey, eDSAError, eOSSLError, ePKeyError, mOSSL, mPKey, rb_cObject, rb_define_class_under(), rb_define_method, and rb_define_module_under().
VALUE cDSA |
Definition at line 43 of file ossl_pkey_dsa.c.
Referenced by Init_ossl_dsa().
VALUE eDSAError |
Definition at line 44 of file ossl_pkey_dsa.c.
Referenced by Init_ossl_dsa().