ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | dh_method |
|---|---|
| Type | STRUCT |
| Fields | 9 |
| Source | dh.h |
| Size | 72 |
| Usage | The type is used by 6 symbols and 2 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | name | char const* | 8 | 0 |
| 1 | generate_key | int(*)(DH*) | 8 | 8 |
| 2 | compute_key | int(*)(unsigned char*, BIGNUM const*, DH*) | 8 | 16 |
| 3 | bn_mod_exp | int(*)(DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*) | 8 | 24 |
| 4 | init | int(*)(DH*) | 8 | 32 |
| 5 | finish | int(*)(DH*) | 8 | 40 |
| 6 | flags | int | 4 | 48 |
| 7 | app_data | char* | 8 | 56 |
| 8 | generate_params | int(*)(DH*, int, int, BN_GENCB*) | 8 | 64 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .name | char const* |
| 8 | .generate_key | int(*)(DH*) |
| 16 | .compute_key | int(*)(unsigned char*, BIGNUM const*, DH*) |
| 24 | .bn_mod_exp | int(*)(DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*) |
| 32 | .init | int(*)(DH*) |
| 40 | .finish | int(*)(DH*) |
| 48 | .flags | int |
| 52 | padding | |
| 56 | .app_data | char* |
| 64 | .generate_params | int(*)(DH*, int, int, BN_GENCB*) |