Searched refs:MBEDTLS_ERR_MPI_NOT_ACCEPTABLE (Results 1 – 6 of 6) sorted by relevance
2048 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_inv_mod()2167 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mpi_check_small_factors()2177 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mpi_check_small_factors()2229 return MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_miller_rabin()2265 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_miller_rabin()2296 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mbedtls_mpi_is_prime_ext()2350 int ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_gen_prime()2401 if( ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in mbedtls_mpi_gen_prime()2438 if( ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in mbedtls_mpi_gen_prime()
379 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in dhm_update_blinding()
668 if( use_ret == -(MBEDTLS_ERR_MPI_NOT_ACCEPTABLE) ) in mbedtls_strerror()
46 #define MBEDTLS_ERR_MPI_NOT_ACCEPTABLE -0x000E /**< The input arguments are not… macro
1104 #define POLARSSL_ERR_MPI_NOT_ACCEPTABLE MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
453 { -(MBEDTLS_ERR_MPI_NOT_ACCEPTABLE), "MPI_NOT_ACCEPTABLE" },
Completed in 23 milliseconds