Searched refs:MBEDTLS_ERR_MPI_NOT_ACCEPTABLE (Results 1 – 10 of 10) sorted by relevance
1909 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_inv_mod()2028 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mpi_check_small_factors()2038 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mpi_check_small_factors()2101 return MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_miller_rabin()2137 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_miller_rabin()2165 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mbedtls_mpi_is_prime()2213 if( ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in mbedtls_mpi_gen_prime()2253 if( ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in mbedtls_mpi_gen_prime()
40 #define MBEDTLS_ERR_MPI_NOT_ACCEPTABLE -0x000E /**< The input arguments are not… macro
46 #define MBEDTLS_ERR_MPI_NOT_ACCEPTABLE -0x000E /**< The input arguments are not… macro
1110 #define POLARSSL_ERR_MPI_NOT_ACCEPTABLE MBEDTLS_ERR_MPI_NOT_ACCEPTABLE