Home
last modified time | relevance | path

Searched refs:ver_failed (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/sl_protocol_crypto/src/
Dsli_protocol_crypto_radioaes.c249 volatile uint8_t ver_failed[AES_BLOCK_BYTES] = {[0 ... AES_BLOCK_BYTES - 1] = 0xFF }; in aes_ccm_radio() local
277 .address = (uint32_t) (length > 0 ? data_in : ver_failed), in aes_ccm_radio()
353 .address = (uint32_t) (encrypt ? tag : (unsigned char *)ver_failed), in aes_ccm_radio()
393 accumulator |= ver_failed[i]; in aes_ccm_radio()