Ruby  2.1.10p492(2016-04-01revision54464)
Functions | Variables
ossl_cipher.h File Reference

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

◆ GetCipherPtr()

const EVP_CIPHER* GetCipherPtr ( VALUE  )

◆ Init_ossl_cipher()

void Init_ossl_cipher ( void  )

◆ ossl_cipher_new()

VALUE ossl_cipher_new ( const EVP_CIPHER *  )

Variable Documentation

◆ cCipher

VALUE cCipher

Definition at line 36 of file ossl_cipher.c.

Referenced by Init_ossl_cipher(), and ossl_cipher_new().

◆ eCipherError

VALUE eCipherError