CCM streaming context.
Public Attributes#
uint32_t
Current length of the encrypted/decrypted data.
uint32_t
Total length of data to be encrypted/decrypted.
uint8_t
Nonce (MAX size is 13 bytes)
uint32_t
Tag length.
CCM mode (decrypt or encrypt)
uint8_t
SE encryption state.
uint8_t
Tag.
uint8_t
Input data saved for finish operation.
union sl_se_ccm_multipart_context_t::@1
uint8_t
Length of data saved.
Public Attribute Documentation#
processed_message_length#
uint32_t sl_se_ccm_multipart_context_t::processed_message_length
Current length of the encrypted/decrypted data.
total_message_length#
uint32_t sl_se_ccm_multipart_context_t::total_message_length
Total length of data to be encrypted/decrypted.
final_data#
uint8_t sl_se_ccm_multipart_context_t::final_data[16]
Input data saved for finish operation.
mode_specific_buffer#
union sl_se_ccm_multipart_context_t::@1 sl_se_ccm_multipart_context_t::mode_specific_buffer