Ruby  1.9.3p448(2013-06-27revision41675)
Functions | Variables
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  )
VALUE ossl_bn_new ( const BIGNUM *  )

Variable Documentation

VALUE cBN

Definition at line 36 of file ossl_bn.c.

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

VALUE eBNError
BN_CTX* ossl_bn_ctx

Definition at line 89 of file ossl_bn.c.

Referenced by BIGNUM_1c(), Init_ossl_bn(), ossl_bn_is_prime(), and ossl_bn_is_prime_fasttest().