|
Wire Sysio Wire Sysion 1.0.0
|
#include <internal.h>

Public Attributes | |
| struct yh_connector * | parent |
| uint16_t | authkey_id |
| bool | recreate |
| uint8_t | key_enc [SCP_KEY_LEN] |
| uint8_t | key_mac [SCP_KEY_LEN] |
| Scp_ctx | s |
| uint8_t | context [SCP_CONTEXT_LEN] |
Definition at line 25 of file internal.h.
| uint16_t yh_session::authkey_id |
Definition at line 27 of file internal.h.
| uint8_t yh_session::context[SCP_CONTEXT_LEN] |
Definition at line 32 of file internal.h.
| uint8_t yh_session::key_enc[SCP_KEY_LEN] |
Definition at line 29 of file internal.h.
| uint8_t yh_session::key_mac[SCP_KEY_LEN] |
Definition at line 30 of file internal.h.
| struct yh_connector* yh_session::parent |
Definition at line 26 of file internal.h.
| bool yh_session::recreate |
Definition at line 28 of file internal.h.
| Scp_ctx yh_session::s |
Definition at line 31 of file internal.h.