Home
last modified time | relevance | path

Searched defs:nonce_counter (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsl_se_manager_cipher.c301 static void increment_nonce_counter(uint8_t block_end, unsigned char nonce_counter[]) in increment_nonce_counter()
318 static void prepare_nonce_counter(unsigned char nonce_counter[], in prepare_nonce_counter()
630 uint8_t nonce_counter[SL_SE_AES_BLOCK_SIZE] = { 0 }; in sl_se_ccm_multipart_starts() local
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/inc/
Dsl_se_manager_types.h352 uint8_t nonce_counter[16]; ///< Counter to keep CTR state member