Searched refs:MI_CpuComp8 (Results 1 – 11 of 11) sorted by relevance
| /TwlSDK-5.5/build/demos.TWL/aes/ctr-compatible/src/ |
| D | main.c | 140 if( (srcSize == size) && MI_CpuComp8(pEncrypted, pEncryptedOnPC, size) == 0 ) in SampleMain() 230 if( (srcSize == size) && MI_CpuComp8(pDecrypted, pOriginal, size) == 0 ) in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/encrypt/src/ |
| D | main.c | 190 if( MI_CpuComp8(pDecrypted, pPlainText, plainSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/encrypt-and-sign/src/ |
| D | main.c | 195 if( MI_CpuComp8(pDecrypted, pPlainText, plainSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/ctr/src/ |
| D | main.c | 203 if( MI_CpuComp8(pDecrypted, pPlainText, srcSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/ctr-partial/src/ |
| D | main.c | 217 if( MI_CpuComp8(pDecrypted, pPlainText + decryptOffset, decryptSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/ccm/src/ |
| D | main.c | 260 if( MI_CpuComp8(pDecrypted, pPlainTextP, srcPSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/ccm-compatible/src/ |
| D | main.c | 207 … if( (pdataSize + macSize == size) && MI_CpuComp8(pEncrypted, pEncryptedOnPC, size) == 0 ) in SampleMain() 333 if( (cdataSize == size) && MI_CpuComp8(pDecrypted, pOriginal, size) == 0 ) in SampleMain()
|
| /TwlSDK-5.5/include/nitro/mi/ |
| D | memory.h | 591 int MI_CpuComp8(const void *mem1, const void *mem2, u32 size);
|
| /TwlSDK-5.5/build/demos/fx/test/src/ |
| D | fx_append_mtx.c | 563 MUST_SUCCEED_ASSERT(!MI_CpuComp8(&answer, &mtx, sizeof(MtxFx44)), 1); in MTX_perspective_test_()
|
| /TwlSDK-5.5/build/libraries/card/common/src/ |
| D | card_hash.c | 132 if (MI_CpuComp8(hash, tmphash, sizeof(tmphash)) != 0) in CARDi_CompareHash()
|
| /TwlSDK-5.5/build/libraries/mi/common/src/ |
| D | mi_memory.c | 1411 int MI_CpuComp8(const void *mem1, const void *mem2, u32 size) in MI_CpuComp8() function
|