Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
#include "ossl.h"
Go to the source code of this file.
Data Structures | |
struct | dsa_blocking_gen_arg |
Macros | |
#define | GetPKeyDSA(obj, pkey) |
#define | GetDSA(obj, dsa) |
#define | PEM_read_bio_DSAPublicKey(bp, x, cb, u) |
#define | DSAPublicKey_dup(dsa) |
Functions | |
VALUE | ossl_dsa_new (EVP_PKEY *pkey) |
void | Init_ossl_dsa (void) |
Variables | |
VALUE | cDSA |
VALUE | eDSAError |
#define DSAPublicKey_dup | ( | dsa | ) |
#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 | |||
) |
Definition at line 609 of file ossl_pkey_dsa.c.
References cDSA, cPKey, eDSAError, eOSSLError, ePKeyError, mOSSL, mPKey, rb_cObject, rb_define_class_under(), rb_define_module_under(), and rb_define_singleton_method().
VALUE ossl_dsa_new | ( | EVP_PKEY * | pkey | ) |
Definition at line 72 of file ossl_pkey_dsa.c.
References obj.
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().