Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
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, Qnil, rb_define_alloc_func(), rb_define_class_under(), rb_define_module(), rb_eStandardError, rb_funcall, rb_intern_const, rb_path2class(), and rb_str_new_cstr.
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().