Home
last modified time | relevance | path

Searched refs:rnd_info_A (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_ecdh.c76 rnd_buf_info rnd_info_A; in runIt_ecdhPrimRandom() local
99 rnd_info_A.buf = pRndBufA; in runIt_ecdhPrimRandom()
100 rnd_info_A.length = runIt_unhexify(pRndBufA, dA_str); in runIt_ecdhPrimRandom()
108 for (i = 0; i < rnd_info_A.length - 1; i++) in runIt_ecdhPrimRandom()
111 pRndBufA[rnd_info_A.length - 1] <<= shift; in runIt_ecdhPrimRandom()
129 … RUNIT_ASSERT_API(mbedtls_ecdh_gen_public(pGrp, &dA, pQA, runIt_rndBufferRand, &rnd_info_A) == 0); in runIt_ecdhPrimRandom()