Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_chacha.c57 …static uint8_t pExpectedDataOut[] = { 0x6e, 0x2e, 0x35, 0x9a, 0x25, 0x68, 0xf9, 0x80, 0x41, 0xba, … in runIt_Chacha() local
82 RUNIT_ASSERT(memcmp(pDataOut, pExpectedDataOut, sizeof(pDataIn)) == 0); in runIt_Chacha()
111 RUNIT_ASSERT(memcmp(pDataOut, pExpectedDataOut, sizeof(pDataIn)) == 0); in runIt_Chacha()
133 …static const uint8_t pExpectedDataOut[] = { 0xd3, 0x1a, 0x8d, 0x34, 0x64, 0x8e, 0x60, 0xdb, 0x7b, … in runIt_ChachaPolyEncrypt() local
151 ALLOC(ccDataOutBuffPtr, pCcDataOutBuff, sizeof(pExpectedDataOut)); in runIt_ChachaPolyEncrypt()
170 RUNIT_PRINT_BUF(pCcDataOutBuff, sizeof(pExpectedDataOut), "ccDataOutBuff"); in runIt_ChachaPolyEncrypt()
171 RUNIT_PRINT_BUF(pExpectedDataOut, sizeof(pExpectedDataOut), "pExpectedDataOut"); in runIt_ChachaPolyEncrypt()
173 RUNIT_ASSERT(memcmp(pCcDataOutBuff, pExpectedDataOut, sizeof(pExpectedDataOut)) == 0); in runIt_ChachaPolyEncrypt()
199 …static const uint8_t pExpectedDataOut[] = {0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2d, 0… in runIt_ChachaPolyDecrypt() local
217 ALLOC(ccDataOutBuffPtr, pCcDataOutBuff, sizeof(pExpectedDataOut)); in runIt_ChachaPolyDecrypt()
[all …]