Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
dh_blocking_gen_arg Struct Reference

Data Fields

DH * dh
 
int size
 
int gen
 
BN_GENCB * cb
 
int result
 

Detailed Description

Definition at line 81 of file ossl_pkey_dh.c.

Field Documentation

◆ cb

BN_GENCB* dh_blocking_gen_arg::cb

Definition at line 85 of file ossl_pkey_dh.c.

Referenced by dh_blocking_gen(), and dh_generate().

◆ dh

DH* dh_blocking_gen_arg::dh

◆ gen

int dh_blocking_gen_arg::gen

◆ result

int dh_blocking_gen_arg::result

Definition at line 86 of file ossl_pkey_dh.c.

Referenced by dh_blocking_gen(), and dh_generate().

◆ size

int dh_blocking_gen_arg::size

Definition at line 83 of file ossl_pkey_dh.c.

Referenced by dh_blocking_gen(), dh_generate(), and ossl_dh_s_generate().


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