Searched refs:intermediateTag (Results 1 – 4 of 4) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/ |
| D | AESCMACLPF3.c | 264 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 …]
|
| D | AESCMACLPF3.h | 129 volatile uint32_t intermediateTag[AES_TAG_LENGTH_BYTES / 4U]; member
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/ |
| D | AESCCMLPF3.h | 111 volatile uint32_t intermediateTag[AES_TAG_LENGTH_BYTES / 4]; member
|
| D | AESCCMLPF3.c | 248 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 …]
|