Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh37 cmp input.txt hello_world.txt
/openthread-latest/third_party/mbedtls/repo/library/
Dbignum.c1119 int cmp = mbedtls_mpi_cmp_abs(A, B); in add_sub_mpi() local
1120 if (cmp >= 0) { in add_sub_mpi()
1125 X->s = cmp == 0 ? 1 : s; in add_sub_mpi()