Home
last modified time | relevance | path

Searched refs:add_length (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.c229 size_t add_length, in aes_ccm_radio() argument
254 …size_t header_pad_bytes = (AES_BLOCK_BYTES - ((header_length + add_length) % AES_BLOCK_BYTES)) % A… in aes_ccm_radio()
294 .lengthAndIrq = (uint32_t) add_length in aes_ccm_radio()
306 .nextDescr = (uint32_t) (add_length > 0 ? &ccm_desc_fetcher_add : &ccm_desc_fetcher_data), in aes_ccm_radio()
309 | (add_length > 0 ? 0 : BLOCK_S_REALIGN_DATA), in aes_ccm_radio()
313 | (add_length > 0 ? 0 : DMA_SG_TAG_SETINVALIDBYTES(header_pad_bytes)) in aes_ccm_radio()
379 .lengthAndIrq = (uint32_t) (header_length + add_length + header_pad_bytes) in aes_ccm_radio()