Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dbignum.c2698 static int mpi_check_small_factors( const mbedtls_mpi *X ) in mpi_check_small_factors() function
2838 if( ( ret = mpi_check_small_factors( &XX ) ) != 0 ) in mbedtls_mpi_is_prime_ext()
2967 if( ( ret = mpi_check_small_factors( X ) ) == 0 && in mbedtls_mpi_gen_prime()
2968 ( ret = mpi_check_small_factors( &Y ) ) == 0 && in mbedtls_mpi_gen_prime()

Completed in 7 milliseconds