Ruby
2.5.0dev(2017-10-22revision60238)
|
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 |
void Init_ossl_digest | ( | void | ) |
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, ossl_raise(), PRIsVALUE, rb_eRuntimeError, RB_TYPE_P, StringValueCStr, and T_STRING.
VALUE cDigest |
Definition at line 22 of file ossl_digest.c.
Referenced by Init_ossl_digest().
VALUE eDigestError |
Definition at line 23 of file ossl_digest.c.
Referenced by Init_ossl_digest(), and ossl_digest_update().