ABI | Symbols | Types |
Contents |
Info |
Fields |
Memory Layout |
Name | ssh_auth_auto_state_struct |
---|---|
Type | STRUCT |
Fields | 4 |
Source | auth.c |
Size | 32 |
Usage | The type is used by 1 type. |
Status | ADDED |
|
|
Pos | Name | Type | Size | Offset |
---|---|---|---|---|
0 | state | enum ssh_auth_auto_state_e | 4 | 0 |
1 | it | struct ssh_iterator* | 8 | 8 |
2 | privkey | ssh_key | 8 | 16 |
3 | pubkey | ssh_key | 8 | 24 |
Offset | Contents | Type |
---|---|---|
0 | .state | enum ssh_auth_auto_state_e |
4 | padding | |
8 | .it | struct ssh_iterator* |
16 | .privkey | ssh_key |
24 | .pubkey | ssh_key |