libssl.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Type: dh_method


Contents
Info
Fields
Memory Layout

Info

Name dh_method
Type STRUCT
Fields 9
Source dh.h
Size 72
Usage The type is used by 1 type.

Fields

PADDINGFIELD
BIT-FIELD

PosNameTypeSizeOffset
0namechar const*80
1generate_keyint(*)(DH*)88
2compute_keyint(*)(unsigned char*, BIGNUM const*, DH*)816
3bn_mod_expint(*)(DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*)824
4initint(*)(DH*)832
5finishint(*)(DH*)840
6flagsint448
7app_datachar*856
8generate_paramsint(*)(DH*, int, int, BN_GENCB*)864

Memory Layout

OffsetContentsType
0.namechar const*
8.generate_keyint(*)(DH*)
16.compute_keyint(*)(unsigned char*, BIGNUM const*, DH*)
24.bn_mod_expint(*)(DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*)
32.initint(*)(DH*)
40.finishint(*)(DH*)
48.flagsint
52padding
56.app_datachar*
64.generate_paramsint(*)(DH*, int, int, BN_GENCB*)




Andrey Ponomarenko's ABI laboratory