Home
last modified time | relevance | path

Searched refs:header_pad_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.c254 …size_t header_pad_bytes = (AES_BLOCK_BYTES - ((header_length + add_length) % AES_BLOCK_BYTES)) % A… in aes_ccm_radio() local
300 | DMA_SG_TAG_SETINVALIDBYTES(header_pad_bytes) 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()