Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_core_check_zero_ct (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/library/
Dbignum_core.h642 mbedtls_mpi_uint mbedtls_mpi_core_check_zero_ct(const mbedtls_mpi_uint *A,
Dbignum_mod.c279 if (mbedtls_mpi_core_check_zero_ct(A->p, A->limbs) == 0) { in mbedtls_mpi_mod_inv()
Dbignum_core.c806 mbedtls_mpi_uint mbedtls_mpi_core_check_zero_ct(const mbedtls_mpi_uint *A, in mbedtls_mpi_core_check_zero_ct() function
/third_party/mbedtls/tests/suites/
Dtest_suite_bignum_core.function1205 mbedtls_mpi_uint check = mbedtls_mpi_core_check_zero_ct(X, X_limbs);