Home
last modified time | relevance | path

Searched refs:ui32HeaderLength (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dcrypto.c395 uint32_t ui32HeaderLength, uint32_t ui32KeyLocation, in CRYPTOCcmAuthEncrypt() argument
485 HWREG(CRYPTO_BASE + CRYPTO_O_AESAUTHLEN) = ui32HeaderLength; in CRYPTOCcmAuthEncrypt()
489 if(ui32HeaderLength != 0) in CRYPTOCcmAuthEncrypt()
498 HWREG(CRYPTO_BASE + CRYPTO_O_DMACH0LEN) = ui32HeaderLength; in CRYPTOCcmAuthEncrypt()
641 uint32_t *pui32Header, uint32_t ui32HeaderLength, in CRYPTOCcmInvAuthDecrypt() argument
733 HWREG(CRYPTO_BASE + CRYPTO_O_AESAUTHLEN) = ui32HeaderLength; in CRYPTOCcmInvAuthDecrypt()
737 if(ui32HeaderLength != 0) in CRYPTOCcmInvAuthDecrypt()
746 HWREG(CRYPTO_BASE + CRYPTO_O_DMACH0LEN) = ui32HeaderLength; in CRYPTOCcmInvAuthDecrypt()
Dcrypto.h423 uint32_t ui32HeaderLength,
502 uint32_t ui32HeaderLength,