Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dcrypto.h94 #define CRYPTOCcmInvAuthDecrypt NOROM_CRYPTOCcmInvAuthDecrypt macro
497 extern uint32_t CRYPTOCcmInvAuthDecrypt(bool bDecrypt, uint32_t ui32AuthLength,
818 #undef CRYPTOCcmInvAuthDecrypt
819 #define CRYPTOCcmInvAuthDecrypt ROM_CRYPTOCcmInvAuthDecrypt macro
Dcrypto.c64 #undef CRYPTOCcmInvAuthDecrypt
65 #define CRYPTOCcmInvAuthDecrypt NOROM_CRYPTOCcmInvAuthDecrypt macro
638 CRYPTOCcmInvAuthDecrypt(bool bDecrypt, uint32_t ui32AuthLength, in CRYPTOCcmInvAuthDecrypt() function