ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | env_md_ctx_st |
|---|---|
| Type | STRUCT |
| Fields | 6 |
| Source | evp.h |
| Size | 48 |
| Usage | The type is used by 1 symbol and 9 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | digest | EVP_MD const* | 8 | 0 |
| 1 | engine | ENGINE* | 8 | 8 |
| 2 | flags | unsigned long | 8 | 16 |
| 3 | md_data | void* | 8 | 24 |
| 4 | pctx | EVP_PKEY_CTX* | 8 | 32 |
| 5 | update | int(*)(EVP_MD_CTX*, void const*, size_t) | 8 | 40 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .digest | EVP_MD const* |
| 8 | .engine | ENGINE* |
| 16 | .flags | unsigned long |
| 24 | .md_data | void* |
| 32 | .pctx | EVP_PKEY_CTX* |
| 40 | .update | int(*)(EVP_MD_CTX*, void const*, size_t) |