Home
last modified time | relevance | path

Searched refs:Nn (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Decp_invasive.h90 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
Decp_curves_new.c4564 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
4918 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn) in mbedtls_ecp_mod_p192_raw() argument
4923 if (Nn != BITS_TO_LIMBS(192) * 2) { in mbedtls_ecp_mod_p192_raw()
4928 end = p + Nn; in mbedtls_ecp_mod_p192_raw()
/openthread-latest/third_party/mbedtls/repo/programs/test/
DCMakeLists.txt33 NOT ${CMAKE_SYSTEM_NAME} MATCHES "[Ww][Ii][Nn]")