Home
last modified time | relevance | path

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

/external/mbedtls/library/
Decp_invasive.h90 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
Decp_curves_new.c4570 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
4918 ret = mbedtls_ecp_mod_p192_raw(N->p, expected_width); in ecp_mod_p192()
4925 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn) in mbedtls_ecp_mod_p192_raw() function
5841 modp = &mbedtls_ecp_mod_p192_raw; in mbedtls_ecp_modulus_setup()
/external/mbedtls/tests/suites/
Dtest_suite_ecp.function1301 curve_func = &mbedtls_ecp_mod_p192_raw;