Ruby  2.4.2p198(2017-09-14revision59899)
Functions | Variables
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

◆ GetCipherPtr()

const EVP_CIPHER* GetCipherPtr ( VALUE  )

◆ Init_ossl_cipher()

void Init_ossl_cipher ( void  )

◆ ossl_cipher_new()

VALUE ossl_cipher_new ( const EVP_CIPHER *  )

Definition at line 79 of file ossl_cipher.c.

References AllocCipher, cCipher, eCipherError, NULL, ossl_cipher_alloc(), and ossl_raise().

Referenced by ossl_engine_get_cipher().

Variable Documentation

◆ cCipher

VALUE cCipher

Definition at line 37 of file ossl_cipher.c.

Referenced by GetCipherPtr(), Init_ossl_cipher(), and ossl_cipher_new().

◆ eCipherError

VALUE eCipherError