ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | anon-struct-ssl3.h-553 |
|---|---|
| Type | STRUCT |
| Fields | 25 |
| Source | ssl3.h |
| Size | 528 |
| Usage | The type is used by 1 type. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | cert_verify_md | unsigned char[128] | 128 | 0 |
| 1 | finish_md | unsigned char[128] | 128 | 128 |
| 2 | finish_md_len | int | 4 | 256 |
| 3 | peer_finish_md | unsigned char[128] | 128 | 260 |
| 4 | peer_finish_md_len | int | 4 | 388 |
| 5 | message_size | unsigned long | 8 | 392 |
| 6 | message_type | int | 4 | 400 |
| 7 | new_cipher | SSL_CIPHER const* | 8 | 408 |
| 8 | dh | DH* | 8 | 416 |
| 9 | ecdh | EC_KEY* | 8 | 424 |
| 10 | next_state | int | 4 | 432 |
| 11 | reuse_message | int | 4 | 436 |
| 12 | cert_req | int | 4 | 440 |
| 13 | ctype_num | int | 4 | 444 |
| 14 | ctype | char[9] | 9 | 448 |
| 15 | ca_names | struct stack_st_X509_NAME* | 8 | 464 |
| 16 | use_rsa_tmp | int | 4 | 472 |
| 17 | key_block_length | int | 4 | 476 |
| 18 | key_block | unsigned char* | 8 | 480 |
| 19 | new_sym_enc | EVP_CIPHER const* | 8 | 488 |
| 20 | new_hash | EVP_MD const* | 8 | 496 |
| 21 | new_mac_pkey_type | int | 4 | 504 |
| 22 | new_mac_secret_size | int | 4 | 508 |
| 23 | new_compression | SSL_COMP const* | 8 | 512 |
| 24 | cert_request | int | 4 | 520 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .cert_verify_md | unsigned char[128] |
| 128 | .finish_md | unsigned char[128] |
| 256 | .finish_md_len | int |
| 260 | .peer_finish_md | unsigned char[128] |
| 388 | .peer_finish_md_len | int |
| 392 | .message_size | unsigned long |
| 400 | .message_type | int |
| 404 | padding | |
| 408 | .new_cipher | SSL_CIPHER const* |
| 416 | .dh | DH* |
| 424 | .ecdh | EC_KEY* |
| 432 | .next_state | int |
| 436 | .reuse_message | int |
| 440 | .cert_req | int |
| 444 | .ctype_num | int |
| 448 | .ctype | char[9] |
| 457 | padding | |
| 464 | .ca_names | struct stack_st_X509_NAME* |
| 472 | .use_rsa_tmp | int |
| 476 | .key_block_length | int |
| 480 | .key_block | unsigned char* |
| 488 | .new_sym_enc | EVP_CIPHER const* |
| 496 | .new_hash | EVP_MD const* |
| 504 | .new_mac_pkey_type | int |
| 508 | .new_mac_secret_size | int |
| 512 | .new_compression | SSL_COMP const* |
| 520 | .cert_request | int |
| 524 | padding |