Home
last modified time | relevance | path

Searched refs:AES_MODEID_AES256 (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.c126 #define AES_MODEID_AES256 0x00000004 macro
455 …_CTR | AES_MODEID_CX_LOAD | (((uint32_t)iv_out != 0) ? AES_MODEID_CX_SAVE : 0) | AES_MODEID_AES256; in sli_aes_crypt_ctr_radio()
529 aes_config = AES_MODEID_ECB | AES_MODEID_NO_CX | AES_MODEID_AES256; in sli_aes_crypt_ecb_radio()
584 aes_config = AES_MODEID_CMA | AES_MODEID_NO_CX | AES_MODEID_AES256 | AES_MODEID_ENCRYPT; in sli_aes_cmac_radio()