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

#include <bn.h>

Public Attributes

unsigned int ver
 
voidarg
 
union {
   void(*   cb_1 )(int, int, void *)
 
   int(*   cb_2 )(int, int, BN_GENCB *)
 
cb
 
union {
   void(*   cb_1 )(int, int, void *)
 
   int(*   cb_2 )(int, int, BN_GENCB *)
 
cb
 

Detailed Description

Definition at line 350 of file bn.h.

Member Data Documentation

void * bn_gencb_st::arg

Definition at line 353 of file bn.h.

union { ... } bn_gencb_st::cb
union { ... } bn_gencb_st::cb
void(* bn_gencb_st::cb_1)(int, int, void *)

Definition at line 357 of file bn.h.

int(* bn_gencb_st::cb_2)(int, int, BN_GENCB *)

Definition at line 359 of file bn.h.

unsigned int bn_gencb_st::ver

Definition at line 352 of file bn.h.


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