ABI | Symbols | Types |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ssh_key_struct |
|---|---|
| Type | STRUCT |
| Fields | 8 |
| Source | pki.h |
| Size | 56 |
| Usage | The type is used by 20 symbols and 6 types. |
| Status | ADDED |
|
|
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | type | enum ssh_keytypes_e | 4 | 0 |
| 1 | flags | int | 4 | 4 |
| 2 | type_c | char const* | 8 | 8 |
| 3 | ecdsa_nid | int | 4 | 16 |
| 4 | dsa | DSA* | 8 | 24 |
| 5 | rsa | RSA* | 8 | 32 |
| 6 | ecdsa | EC_KEY* | 8 | 40 |
| 7 | cert | void* | 8 | 48 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .type | enum ssh_keytypes_e |
| 4 | .flags | int |
| 8 | .type_c | char const* |
| 16 | .ecdsa_nid | int |
| 20 | padding | |
| 24 | .dsa | DSA* |
| 32 | .rsa | RSA* |
| 40 | .ecdsa | EC_KEY* |
| 48 | .cert | void* |