Home
last modified time | relevance | path

Searched refs:intermediateTag (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c264 AESCMACLPF3_readTag((uint32_t *)&object->intermediateTag[0]); in AESCMACLPF3_getResult()
278 … (void)memcpy((void *)operation->mac, (void *)&object->intermediateTag[0], operation->macLength); in AESCMACLPF3_getResult()
283 … if (!CryptoUtils_buffersMatch(&object->intermediateTag[0], operation->mac, operation->macLength)) in AESCMACLPF3_getResult()
333 AESWriteIV32((uint32_t *)&object->intermediateTag[0]); in AESCMACLPF3_startOperation()
553 if (operation->macLength > sizeof(object->intermediateTag)) in AESCMACLPF3_oneStepOperation()
588 CryptoUtils_memset((void *)&object->intermediateTag[0], in AESCMACLPF3_oneStepOperation()
589 sizeof(object->intermediateTag), in AESCMACLPF3_oneStepOperation()
591 sizeof(object->intermediateTag)); in AESCMACLPF3_oneStepOperation()
762 CryptoUtils_memset((void *)&object->intermediateTag[0], in AESCMACLPF3_setupSegmentedOperation()
763 sizeof(object->intermediateTag), in AESCMACLPF3_setupSegmentedOperation()
[all …]
DAESCMACLPF3.h129 volatile uint32_t intermediateTag[AES_TAG_LENGTH_BYTES / 4U]; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.h111 volatile uint32_t intermediateTag[AES_TAG_LENGTH_BYTES / 4]; member
DAESCCMLPF3.c248 AESCMACLPF3_readTag((uint32_t *)&object->intermediateTag[0]); in AESCCMLPF3_hwiFxn()
358 … (void)memcpy((void *)&object->mac[0], (void *)&object->intermediateTag[0], object->macLength); in AESCCMLPF3_finishTag()
363 …bool macValid = CryptoUtils_buffersMatch(object->intermediateTag, object->mac, (size_t)object->mac… in AESCCMLPF3_finishTag()
758 …AESCCMLPF3_processOneStepCBCMACPolling(operation, (uint32_t *)&object->intermediateTag[0], AESCCM_… in AESCCMLPF3_processOneStepEncryptPolling()
761 AESCCMLPF3_processOneStepCTRPolling(operation, (uint32_t *)&object->intermediateTag[0]); in AESCCMLPF3_processOneStepEncryptPolling()
763 …(void)memcpy((void *)&operation->mac[0], (void *)&object->intermediateTag[0], operation->macLength… in AESCCMLPF3_processOneStepEncryptPolling()
791 …AESCCMLPF3_processOneStepCBCMACPolling(operation, (uint32_t *)&object->intermediateTag[0], AESCCM_… in AESCCMLPF3_processOneStepDecryptPolling()
794 macValid = CryptoUtils_buffersMatch(object->intermediateTag, mac, (size_t)operation->macLength); in AESCCMLPF3_processOneStepDecryptPolling()
1226 AESWriteTag32((uint32_t *)&object->intermediateTag[0]); in AESCCMLPF3_processSegmentedCBCMAC()
1401 AESCMACLPF3_readTag((uint32_t *)&object->intermediateTag[0]); in AESCCMLPF3_processSegmentedCBCMAC()
[all …]