cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Attributes | List of all members
bn_gencb_st Struct Reference

#include <bn.h>

Public Attributes

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

Detailed Description

Definition at line 359 of file bn.h.

Member Data Documentation

void* bn_gencb_st::arg

Definition at line 362 of file bn.h.

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

Definition at line 366 of file bn.h.

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

Definition at line 368 of file bn.h.

unsigned int bn_gencb_st::ver

Definition at line 361 of file bn.h.


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