Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
void | Init_ossl_hmac (void) |
Variables | |
VALUE | cHMAC |
VALUE | eHMACError |
void Init_ossl_hmac | ( | void | ) |
Definition at line 336 of file ossl_hmac.c.
References cHMAC, eHMACError, eOSSLError, Init_ossl_hmac(), mOSSL, ossl_hmac_alloc(), ossl_hmac_copy(), ossl_hmac_digest(), ossl_hmac_hexdigest(), ossl_hmac_initialize(), ossl_hmac_reset(), ossl_hmac_s_digest(), ossl_hmac_s_hexdigest(), ossl_hmac_update(), rb_cObject, rb_define_alias(), rb_define_alloc_func(), rb_define_class_under(), rb_define_copy_func, rb_define_method(), rb_define_module(), rb_define_singleton_method(), rb_eStandardError, and rb_warning().
Referenced by Init_openssl(), and Init_ossl_hmac().
VALUE cHMAC |
Definition at line 30 of file ossl_hmac.c.
Referenced by Init_ossl_hmac().
VALUE eHMACError |
Definition at line 31 of file ossl_hmac.c.
Referenced by hmac_final(), Init_ossl_hmac(), ossl_hmac_alloc(), ossl_hmac_copy(), and ossl_hmac_s_hexdigest().