ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | X509_info_st |
|---|---|
| Type | STRUCT |
| Fields | 7 |
| Source | x509.h |
| Size | 72 |
| Usage | The type is used by 3 symbols. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | x509 | X509* | 8 | 0 |
| 1 | crl | X509_CRL* | 8 | 8 |
| 2 | x_pkey | X509_PKEY* | 8 | 16 |
| 3 | enc_cipher | EVP_CIPHER_INFO | 24 | 24 |
| 4 | enc_len | int | 4 | 48 |
| 5 | enc_data | char* | 8 | 56 |
| 6 | references | int | 4 | 64 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .x509 | X509* |
| 8 | .crl | X509_CRL* |
| 16 | .x_pkey | X509_PKEY* |
| 24 | .enc_cipher | EVP_CIPHER_INFO |
| 48 | .enc_len | int |
| 52 | padding | |
| 56 | .enc_data | char* |
| 64 | .references | int |
| 68 | padding |