Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Functions | Variables
ossl_cipher.h File Reference

(b76ad15ed0da636161de0243c547ee1e6fc95681)

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

Go to the source code of this file.

Functions

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

Variables

VALUE cCipher
 
VALUE eCipherError
 

Function Documentation

◆ Init_ossl_cipher()

void Init_ossl_cipher ( void  )

◆ ossl_cipher_new()

VALUE ossl_cipher_new ( const EVP_CIPHER *  )

Definition at line 75 of file ossl_cipher.c.

References ret.

◆ ossl_evp_get_cipherbyname()

const EVP_CIPHER* ossl_evp_get_cipherbyname ( VALUE  )

Variable Documentation

◆ cCipher

VALUE cCipher

Definition at line 33 of file ossl_cipher.c.

Referenced by Init_ossl_cipher(), and ossl_evp_get_cipherbyname().

◆ eCipherError

VALUE eCipherError

Definition at line 34 of file ossl_cipher.c.

Referenced by Init_ossl_cipher().