Functions | Variables

ext/openssl/ossl_digest.h File Reference

This graph shows which files directly or indirectly include this file:

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().