Home
last modified time | relevance | path

Searched refs:rnd_info_B (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.c77 rnd_buf_info rnd_info_B; in runIt_ecdhPrimRandom() local
114 rnd_info_B.buf = pRndBufB; in runIt_ecdhPrimRandom()
115 rnd_info_B.length = runIt_unhexify(pRndBufB, dB_str); in runIt_ecdhPrimRandom()
123 for (i = 0; i < rnd_info_B.length - 1; i++) in runIt_ecdhPrimRandom()
126 pRndBufB[rnd_info_B.length - 1] <<= shift; in runIt_ecdhPrimRandom()
136 … RUNIT_ASSERT_API(mbedtls_ecdh_gen_public(pGrp, &dB, pQB, runIt_rndBufferRand, &rnd_info_B) == 0); in runIt_ecdhPrimRandom()