Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Drandom.c122 info->v0 += (((info->v1 << 4) ^ (info->v1 >> 5)) in mbedtls_test_rnd_pseudo_rand()
125 info->v1 += (((info->v0 << 4) ^ (info->v0 >> 5)) in mbedtls_test_rnd_pseudo_rand()
126 + info->v0) ^ (sum + k[(sum>>11) & 3]); in mbedtls_test_rnd_pseudo_rand()
129 MBEDTLS_PUT_UINT32_BE(info->v0, result, 0); in mbedtls_test_rnd_pseudo_rand()
/openthread-latest/third_party/mbedtls/repo/library/
Dbignum_core.c333 size_t i, v0, v1; in mbedtls_mpi_core_shift_r() local
336 v0 = count / biL; in mbedtls_mpi_core_shift_r()
339 if (v0 > limbs || (v0 == limbs && v1 > 0)) { in mbedtls_mpi_core_shift_r()
347 if (v0 > 0) { in mbedtls_mpi_core_shift_r()
348 for (i = 0; i < limbs - v0; i++) { in mbedtls_mpi_core_shift_r()
349 X[i] = X[i + v0]; in mbedtls_mpi_core_shift_r()
373 size_t i, v0, v1; in mbedtls_mpi_core_shift_l() local
376 v0 = count / (biL); in mbedtls_mpi_core_shift_l()
382 if (v0 > 0) { in mbedtls_mpi_core_shift_l()
383 for (i = limbs; i > v0; i--) { in mbedtls_mpi_core_shift_l()
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Drandom.h38 uint32_t v0, v1; member
/openthread-latest/third_party/mbedtls/repo/tests/data_files/
Drsa4096_prv.pem6 /LiAnZgY7xih2ePEhkkIqn6kU0cVBQj1cZ7hXGRaZ/MnqZ2y+KjiuFot2saNk/v0
/openthread-latest/
DCONTRIBUTING.md112 …4.0.0](https://releases.llvm.org/download.html#14.0.0) for C/C++ and [yapf v0.31.0](https://github…
DSTYLE_GUIDE.md119 …4.0.0](https://releases.llvm.org/download.html#14.0.0) for C/C++ and [yapf v0.31.0](https://github…