Functions | Variables

ext/openssl/ossl_bn.h File Reference

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

Go to the source code of this file.

Functions

VALUE ossl_bn_new (const BIGNUM *)
BIGNUM * GetBNPtr (VALUE)
void Init_ossl_bn (void)

Variables

VALUE cBN
VALUE eBNError
BN_CTX * ossl_bn_ctx

Function Documentation

BIGNUM* GetBNPtr ( VALUE   ) 
void Init_ossl_bn ( void   ) 

Definition at line 684 of file ossl_bn.c.

Referenced by Init_openssl().

VALUE ossl_bn_new ( const BIGNUM *   ) 

Variable Documentation

Definition at line 36 of file ossl_bn.c.

Referenced by GetBNPtr(), ossl_bn_coerce(), ossl_bn_initialize(), and ossl_bn_new().

BN_CTX* ossl_bn_ctx

Definition at line 87 of file ossl_bn.c.