Searched refs:MI_CpuComp8 (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.1.0/build/demos.TWL/aes/ctr-compatible/src/ |
| D | main.c | 139 if( (srcSize == size) && MI_CpuComp8(pEncrypted, pEncryptedOnPC, size) == 0 ) in SampleMain() 229 if( (srcSize == size) && MI_CpuComp8(pDecrypted, pOriginal, size) == 0 ) in SampleMain()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/encrypt/src/ |
| D | main.c | 189 if( MI_CpuComp8(pDecrypted, pPlainText, plainSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/encrypt-and-sign/src/ |
| D | main.c | 194 if( MI_CpuComp8(pDecrypted, pPlainText, plainSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ctr/src/ |
| D | main.c | 202 if( MI_CpuComp8(pDecrypted, pPlainText, srcSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ctr-partial/src/ |
| D | main.c | 216 if( MI_CpuComp8(pDecrypted, pPlainText + decryptOffset, decryptSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ccm/src/ |
| D | main.c | 259 if( MI_CpuComp8(pDecrypted, pPlainTextP, srcPSize) == 0 ) in SampleMain()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ccm-compatible/src/ |
| D | main.c | 206 … if( (pdataSize + macSize == size) && MI_CpuComp8(pEncrypted, pEncryptedOnPC, size) == 0 ) in SampleMain() 332 if( (cdataSize == size) && MI_CpuComp8(pDecrypted, pOriginal, size) == 0 ) in SampleMain()
|
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | memory.h | 591 int MI_CpuComp8(const void *mem1, const void *mem2, u32 size);
|
| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_hash.c | 132 if (MI_CpuComp8(hash, tmphash, sizeof(tmphash)) != 0) in CARDi_CompareHash()
|
| /TwlSDK-5.1.0/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
|