Searched refs:mpi_check_small_factors (Results 1 – 1 of 1) sorted by relevance
2014 static int mpi_check_small_factors( const mbedtls_mpi *X ) in mpi_check_small_factors() function2163 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()