#include <security.h>
Public Attributes | |
BYTE | securityLevel |
The security level. | |
BYTE | sessionMacKey [16] |
The MAC session key. | |
BYTE | sessionEncKey [16] |
The ENC session key. | |
BYTE | lastMac [8] |
The last computed mac. | |
BYTE | keySetVersion |
The keyset version used in the secure channel. | |
BYTE | keyIndex |
The key index used in the secure channel. |
The security information negotiated at mutual_authentication().
The key index used in the secure channel.
The keyset version used in the secure channel.
The last computed mac.
The security level.
The ENC session key.
The MAC session key.