ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Fields |
Memory Layout |
Name | ssh_key_struct |
---|---|
Type | STRUCT |
Fields | 10 |
Source | pki.h |
Size | 72 |
Usage | The type is used by 21 symbols and 6 types. |
PADDING | FIELD |
BIT-FIELD |
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 | ed25519_pubkey | ed25519_pubkey* | 8 | 48 |
8 | ed25519_privkey | ed25519_privkey* | 8 | 56 |
9 | cert | void* | 8 | 64 |
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 | .ed25519_pubkey | ed25519_pubkey* |
56 | .ed25519_privkey | ed25519_privkey* |
64 | .cert | void* |