Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "ossl.h"
Go to the source code of this file.
Functions | |
int | ossl_generate_cb_2 (int p, int n, BN_GENCB *cb) |
void | ossl_generate_cb_stop (void *ptr) |
VALUE | ossl_pkey_new (EVP_PKEY *pkey) |
EVP_PKEY * | GetPKeyPtr (VALUE obj) |
EVP_PKEY * | GetPrivPKeyPtr (VALUE obj) |
EVP_PKEY * | DupPKeyPtr (VALUE obj) |
void | Init_ossl_pkey (void) |
Variables | |
VALUE | mPKey |
VALUE | cPKey |
VALUE | ePKeyError |
const rb_data_type_t | ossl_evp_pkey_type |
EVP_PKEY* DupPKeyPtr | ( | VALUE | obj | ) |
Definition at line 229 of file ossl_pkey.c.
References EVP_PKEY_up_ref, and GetPKey.
EVP_PKEY* GetPKeyPtr | ( | VALUE | obj | ) |
Definition at line 206 of file ossl_pkey.c.
References GetPKey.
EVP_PKEY* GetPrivPKeyPtr | ( | VALUE | obj | ) |
Definition at line 216 of file ossl_pkey.c.
References rb_funcallv.
void Init_ossl_pkey | ( | void | ) |
Definition at line 389 of file ossl_pkey.c.
References cPKey, eOSSLError, ePKeyError, mOSSL, mPKey, rb_cObject, rb_define_class_under(), rb_define_module(), rb_define_module_function(), rb_define_module_under(), and rb_eStandardError.
int ossl_generate_cb_2 | ( | int | p, |
int | n, | ||
BN_GENCB * | cb | ||
) |
Definition at line 24 of file ossl_pkey.c.
References BN_GENCB_get_arg, INT2NUM, rb_ary_new2, rb_ary_store(), rb_protect(), rb_yield(), ossl_generate_cb_arg::state, ossl_generate_cb_arg::stop, and ossl_generate_cb_arg::yield.
void ossl_generate_cb_stop | ( | void * | ptr | ) |
Definition at line 50 of file ossl_pkey.c.
References ossl_generate_cb_arg::stop.
VALUE ossl_pkey_new | ( | EVP_PKEY * | pkey | ) |
Definition at line 107 of file ossl_pkey.c.
References rb_protect().
VALUE cPKey |
Definition at line 16 of file ossl_pkey.c.
Referenced by Init_ossl_dh(), Init_ossl_dsa(), Init_ossl_ec(), Init_ossl_pkey(), and Init_ossl_rsa().
VALUE ePKeyError |
Definition at line 17 of file ossl_pkey.c.
Referenced by Init_ossl_dh(), Init_ossl_dsa(), Init_ossl_ec(), Init_ossl_pkey(), and Init_ossl_rsa().
VALUE mPKey |
Definition at line 15 of file ossl_pkey.c.
Referenced by Init_ossl_dh(), Init_ossl_dsa(), Init_ossl_ec(), Init_ossl_pkey(), and Init_ossl_rsa().
const rb_data_type_t ossl_evp_pkey_type |
Definition at line 65 of file ossl_pkey.c.