Home
last modified time | relevance | path

Searched refs:AES_BLOCK_BYTES (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.c39 #define AES_BLOCK_BYTES 16U macro
249 volatile uint8_t ver_failed[AES_BLOCK_BYTES] = {[0 ... AES_BLOCK_BYTES - 1] = 0xFF }; in aes_ccm_radio()
254 …size_t header_pad_bytes = (AES_BLOCK_BYTES - ((header_length + add_length) % AES_BLOCK_BYTES)) % A… in aes_ccm_radio()
255 …size_t data_pad_bytes = (length > 0 ? (AES_BLOCK_BYTES - (length % AES_BLOCK_BYTES)) % AES_BLOCK_B… in aes_ccm_radio()
272 | DMA_SG_TAG_SETINVALIDBYTES(AES_BLOCK_BYTES - tag_length) in aes_ccm_radio()
346 .lengthAndIrq = (uint32_t) (AES_BLOCK_BYTES - tag_length) in aes_ccm_radio()
354 ….nextDescr = (uint32_t) ((AES_BLOCK_BYTES - tag_length) > 0 ? &ccm_desc_pusher_final_padding :… in aes_ccm_radio()
445 const unsigned char input[AES_BLOCK_BYTES], in sli_aes_crypt_ctr_radio() argument
446 const unsigned char iv_in[AES_BLOCK_BYTES], in sli_aes_crypt_ctr_radio() argument
447 volatile unsigned char iv_out[AES_BLOCK_BYTES], in sli_aes_crypt_ctr_radio() argument
[all …]