Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dbignum.c2014 static int mpi_check_small_factors( const mbedtls_mpi *X ) in mpi_check_small_factors() function
2163 if( ( ret = mpi_check_small_factors( &XX ) ) != 0 ) in mbedtls_mpi_is_prime()
2238 if( ( ret = mpi_check_small_factors( X ) ) == 0 && in mbedtls_mpi_gen_prime()
2239 ( ret = mpi_check_small_factors( &Y ) ) == 0 && in mbedtls_mpi_gen_prime()