#include <security.h>
Public Attributes | |
BYTE | securityLevel |
The security level. | |
BYTE | secureChannelProtocol |
The Secure Channel Protocol. | |
BYTE | secureChannelProtocolImpl |
The Secure Channel Protocol implementation. | |
BYTE | C_MACSessionKey [16] |
The Secure Channel C-MAC session key. | |
BYTE | R_MACSessionKey [16] |
The Secure Channel R-MAC session key. | |
BYTE | encryptionSessionKey [16] |
The Secure Channel encryption session key. | |
BYTE | dataEncryptionSessionKey [16] |
Secure Channel data encryption key. | |
BYTE | lastC_MAC [8] |
The last computed C-MAC. | |
BYTE | lastR_MAC [8] |
The last computed R-MAC. | |
BYTE | keySetVersion |
The keyset version used in secure channel. | |
BYTE | keyIndex |
The key index used in secured channel. |
The security information negotiated at GP211_mutual_authentication().
The Secure Channel C-MAC session key.
Secure Channel data encryption key.
The Secure Channel encryption session key.
The key index used in secured channel.
The keyset version used in secure channel.
The last computed C-MAC.
The last computed R-MAC.
The Secure Channel R-MAC session key.
The Secure Channel Protocol.
The Secure Channel Protocol implementation.
The security level.