Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dcrypto.c360 uint32_t ui32HeaderLength, uint32_t ui32KeyLocation, in CRYPTOCcmAuthEncrypt() argument
481 HWREG(CRYPTO_BASE + CRYPTO_O_AESAUTHLEN) = ui32HeaderLength; in CRYPTOCcmAuthEncrypt()
487 if(ui32HeaderLength != 0) in CRYPTOCcmAuthEncrypt()
502 HWREG(CRYPTO_BASE + CRYPTO_O_DMACH0LEN) = ui32HeaderLength; in CRYPTOCcmAuthEncrypt()
681 uint32_t *pui32Header, uint32_t ui32HeaderLength, in CRYPTOCcmInvAuthDecrypt() argument
804 HWREG(CRYPTO_BASE + CRYPTO_O_AESAUTHLEN) = ui32HeaderLength; in CRYPTOCcmInvAuthDecrypt()
810 if(ui32HeaderLength != 0) in CRYPTOCcmInvAuthDecrypt()
825 HWREG(CRYPTO_BASE + CRYPTO_O_DMACH0LEN) = ui32HeaderLength; in CRYPTOCcmInvAuthDecrypt()
A Dcrypto.h346 uint32_t ui32HeaderLength,
425 uint32_t ui32HeaderLength,

Completed in 5 milliseconds