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.

Defines

#define _OSSL_DIGEST_H_

Functions

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

Variables

VALUE cDigest
VALUE eDigestError


Define Documentation

#define _OSSL_DIGEST_H_

Definition at line 12 of file ossl_digest.h.


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


doxygen