SEcube
SEcube Open Source Library - Device
|
L1 login status data. More...
#include <se3c1.h>
Data Fields | |
bool | y |
logged in | |
uint16_t | access |
access level | |
uint16_t | challenge_access |
access level of the last offered challenge | |
union { | |
uint8_t token [SE3_L1_TOKEN_SIZE] | |
login token | |
uint8_t challenge [SE3_L1_CHALLENGE_SIZE] | |
login challenge response expected | |
}; | |
uint8_t | key [SE3_L1_KEY_SIZE] |
session key for protocol encryption | |
se3_payload_cryptoctx | cryptoctx |
context for protocol encryption | |
bool | cryptoctx_initialized |
context initialized flag | |
L1 login status data.