Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Functions | |
const EVP_MD * | ossl_evp_get_digestbyname (VALUE) |
VALUE | ossl_digest_new (const EVP_MD *) |
void | Init_ossl_digest (void) |
Variables | |
VALUE | cDigest |
VALUE | eDigestError |
Definition at line 314 of file ossl_digest.c.
References cDigest, eDigestError, eOSSLError, mOSSL, rb_define_alloc_func(), rb_define_class_under(), rb_define_module(), rb_eStandardError, rb_path2class(), and rb_require().
Definition at line 73 of file ossl_digest.c.
Definition at line 45 of file ossl_digest.c.
References GetDigest, name, NULL, obj, ossl_raise(), PRIsVALUE, rb_eRuntimeError, RB_TYPE_P, StringValueCStr, and T_STRING.
|
extern |
Definition at line 22 of file ossl_digest.c.
Referenced by Init_ossl_digest().
|
extern |
Definition at line 23 of file ossl_digest.c.
Referenced by Init_ossl_digest(), and ossl_digest_update().