|
libcoap 4.3.5
|
The structure that holds the AES Crypto information. More...
#include <coap_crypto_internal.h>
Collaboration diagram for coap_crypto_aes_ccm_t:Data Fields | |
| coap_crypto_key_t | key |
| The Key to use. | |
| const uint8_t * | nonce |
| must be exactly 15 - l bytes | |
| size_t | tag_len |
| The size of the Tag. | |
| size_t | l |
| The number of bytes in the length field. | |
The structure that holds the AES Crypto information.
Definition at line 49 of file coap_crypto_internal.h.
| coap_crypto_key_t coap_crypto_aes_ccm_t::key |
The Key to use.
Definition at line 50 of file coap_crypto_internal.h.
| size_t coap_crypto_aes_ccm_t::l |
The number of bytes in the length field.
Definition at line 53 of file coap_crypto_internal.h.
| const uint8_t* coap_crypto_aes_ccm_t::nonce |
must be exactly 15 - l bytes
Definition at line 51 of file coap_crypto_internal.h.
| size_t coap_crypto_aes_ccm_t::tag_len |
The size of the Tag.
Definition at line 52 of file coap_crypto_internal.h.