Wire Sysio Wire Sysion 1.0.0
|
#include <scp.h>
Public Attributes | |
uint8_t | sid |
uint8_t | s_enc [SCP_KEY_LEN] |
uint8_t | s_mac [SCP_KEY_LEN] |
uint8_t | s_rmac [SCP_KEY_LEN] |
uint8_t | mac_chaining_value [SCP_PRF_LEN] |
uint8_t | ctr [SCP_PRF_LEN] |
bool | in_use |
bool | authenticated |
uint8_t Scp_ctx::ctr[SCP_PRF_LEN] |
uint8_t Scp_ctx::mac_chaining_value[SCP_PRF_LEN] |
uint8_t Scp_ctx::s_enc[SCP_KEY_LEN] |
uint8_t Scp_ctx::s_mac[SCP_KEY_LEN] |
uint8_t Scp_ctx::s_rmac[SCP_KEY_LEN] |