ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | hmac_ctx_st |
|---|---|
| Type | STRUCT |
| Fields | 6 |
| Source | hmac.h |
| Size | 288 |
| Usage | The type is used by 1 type. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | md | EVP_MD const* | 8 | 0 |
| 1 | md_ctx | EVP_MD_CTX | 48 | 8 |
| 2 | i_ctx | EVP_MD_CTX | 48 | 56 |
| 3 | o_ctx | EVP_MD_CTX | 48 | 104 |
| 4 | key_length | unsigned int | 4 | 152 |
| 5 | key | unsigned char[128] | 128 | 156 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .md | EVP_MD const* |
| 8 | .md_ctx | EVP_MD_CTX |
| 56 | .i_ctx | EVP_MD_CTX |
| 104 | .o_ctx | EVP_MD_CTX |
| 152 | .key_length | unsigned int |
| 156 | .key | unsigned char[128] |
| 284 | padding |