Ruby 1.9.2p290(2011-07-09revision32553)
Functions | Variables

ext/openssl/ossl_digest.h File Reference

Go to the source code of this file.

Functions

const EVP_MD * GetDigestPtr (VALUE)
VALUE ossl_digest_new (const EVP_MD *)
void Init_ossl_digest (void)

Variables

VALUE cDigest
VALUE eDigestError

Function Documentation

const EVP_MD* GetDigestPtr ( VALUE  )
void Init_ossl_digest ( void  )
VALUE ossl_digest_new ( const EVP_MD *  )

Definition at line 58 of file ossl_digest.c.

References cDigest, EVP_DigestInit_ex, GetDigest, NULL, and ossl_digest_alloc().


Variable Documentation

Definition at line 27 of file ossl_digest.c.

Referenced by Init_ossl_digest(), and ossl_digest_new().

Definition at line 28 of file ossl_digest.c.

Referenced by Init_ossl_digest(), and ossl_digest_copy().