Home
last modified time | relevance | path

Searched refs:test_offset (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_drbg.c39 static size_t test_offset; variable
49 memcpy(buf, p + test_offset, len); in runIt_ctrDrbgSelfTestEntropy()
50 test_offset += len; in runIt_ctrDrbgSelfTestEntropy()
77 test_offset = 0; in runIt_ctrDrbgEntropyUsageTest()
83 last_idx = test_offset; in runIt_ctrDrbgEntropyUsageTest()
85 RUNIT_ASSERT(last_idx < test_offset); in runIt_ctrDrbgEntropyUsageTest()
89 last_idx = test_offset; in runIt_ctrDrbgEntropyUsageTest()
95 RUNIT_ASSERT(last_idx == test_offset); in runIt_ctrDrbgEntropyUsageTest()
107 RUNIT_ASSERT(last_idx < test_offset); in runIt_ctrDrbgEntropyUsageTest()
110 last_idx = test_offset; in runIt_ctrDrbgEntropyUsageTest()
[all …]