Functions | Variables

ext/openssl/ossl_cipher.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_CIPHER * GetCipherPtr (VALUE)
VALUE ossl_cipher_new (const EVP_CIPHER *)
void Init_ossl_cipher (void)

Variables

VALUE cCipher
VALUE eCipherError

Function Documentation

const EVP_CIPHER* GetCipherPtr ( VALUE   ) 
void Init_ossl_cipher ( void   ) 
VALUE ossl_cipher_new ( const EVP_CIPHER *   ) 

Variable Documentation

Definition at line 29 of file ossl_cipher.c.

Referenced by Init_ossl_cipher(), and ossl_cipher_new().