#include <hw_ubsec.h>
Public Attributes | |
unsigned int | flags |
unsigned char | crypto [MAX_CRYPTO_KEY_LENGTH] |
unsigned char | auth [MAX_MAC_KEY_LENGTH] |
Definition at line 41 of file hw_ubsec.h.
unsigned char ubsec_crypto_context_s::auth[MAX_MAC_KEY_LENGTH] |
Definition at line 44 of file hw_ubsec.h.
unsigned char ubsec_crypto_context_s::crypto[MAX_CRYPTO_KEY_LENGTH] |
Definition at line 43 of file hw_ubsec.h.
unsigned int ubsec_crypto_context_s::flags |
Definition at line 42 of file hw_ubsec.h.