libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
bn_gencb_st.cb_
libressl_d
openssl
bn
bn_gencb_st
Undocumented in source.
struct
bn_gencb_st
union
cb_ {
void
function
(
int
,
int
,
void
*)
cb_1
;
int
function
(
int
,
int
,
libressl_d
.
openssl
.
ossl_typ
.
BN_GENCB
*)
cb_2
;
}
Members
Variables
cb_1
void
function
(
int
,
int
,
void
*)
cb_1
;
if(ver==1) - handles old style callbacks
cb_2
int
function
(
int
,
int
,
libressl_d
.
openssl
.
ossl_typ
.
BN_GENCB
*)
cb_2
;
if(ver==2) - new callback style
Meta
Source
See Implementation
libressl_d
openssl
bn
bn_gencb_st
unions
cb_
variables
arg
cb
ver