OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
bignum_pool_item Struct Reference

Public Attributes

BIGNUM vals [BN_CTX_POOL_SIZE]
 
struct bignum_pool_itemprev
 
struct bignum_pool_itemnext
 

Detailed Description

Definition at line 91 of file bn_ctx.c.

Member Data Documentation

struct bignum_pool_item * bignum_pool_item::next

Definition at line 96 of file bn_ctx.c.

struct bignum_pool_item* bignum_pool_item::prev

Definition at line 96 of file bn_ctx.c.

BIGNUM bignum_pool_item::vals[BN_CTX_POOL_SIZE]

Definition at line 94 of file bn_ctx.c.


The documentation for this struct was generated from the following file: