Home
last modified time | relevance | path

Searched refs:AES_MODEID_CTR (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.c110 #define AES_MODEID_CTR 0x00000400 macro
455 …aes_config = AES_MODEID_CTR | AES_MODEID_CX_LOAD | (((uint32_t)iv_out != 0) ? AES_MODEID_CX_SAVE :… in sli_aes_crypt_ctr_radio()
460 …aes_config = AES_MODEID_CTR | AES_MODEID_CX_LOAD | (((uint32_t)iv_out != 0) ? AES_MODEID_CX_SAVE :… in sli_aes_crypt_ctr_radio()