Home
last modified time | relevance | path

Searched refs:CryptoUtils_buffersMatch (Results 1 – 7 of 7) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.h70 bool CryptoUtils_buffersMatch(const void *buffer0,
DCryptoUtils.c42 bool CryptoUtils_buffersMatch(const void *buffer0, in CryptoUtils_buffersMatch() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.h100 bool CryptoUtils_buffersMatch(const volatile void *volatile buffer0,
DCryptoUtils.c65 #pragma FUNC_CANNOT_INLINE(CryptoUtils_buffersMatch)
69 CRYPTOUTILS_NOINLINE bool CryptoUtils_buffersMatch(const volatile void *volatile buffer0, in CryptoUtils_buffersMatch() function
/hal_ti-latest/simplelink/source/ti/drivers/crypto/
DCryptoCC32XX.c433 … if (CryptoUtils_buffersMatch(shamd5Signature, pSignature, shamd5SignatureSize) != true) in CryptoCC32XX_verify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c363 …bool macValid = CryptoUtils_buffersMatch(object->intermediateTag, object->mac, (size_t)object->mac… in AESCCMLPF3_finishTag()
794 macValid = CryptoUtils_buffersMatch(object->intermediateTag, mac, (size_t)operation->macLength); in AESCCMLPF3_processOneStepDecryptPolling()
2011 bool macValid = CryptoUtils_buffersMatch(object->intermediateTag, in AESCCM_finalizeDecrypt()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c283 … if (!CryptoUtils_buffersMatch(&object->intermediateTag[0], operation->mac, operation->macLength)) in AESCMACLPF3_getResult()