Searched refs:MBEDTLS_ERR_MPI_NOT_ACCEPTABLE (Results 1 – 8 of 8) sorted by relevance
2043 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_inv_mod()2157 return MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_check_small_factors()2166 return MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_check_small_factors()2214 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_miller_rabin()2251 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_miller_rabin()2280 return MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_is_prime_ext()2316 int ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_gen_prime()2364 if (ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE) { in mbedtls_mpi_gen_prime()2401 if (ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE) { in mbedtls_mpi_gen_prime()
603 case -(MBEDTLS_ERR_MPI_NOT_ACCEPTABLE): in mbedtls_low_level_strerr()
198 if (ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE) { in dhm_make_common()
1721 if (ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE) { in ecp_randomize_jac()2481 if (ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE) { in ecp_randomize_mxz()3130 case MBEDTLS_ERR_MPI_NOT_ACCEPTABLE: in mbedtls_ecp_gen_privkey_sw()
683 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_core_random()
1327 if (ret != 0 && ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE) { in rsa_prepare_blinding()1331 } while (ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE); in rsa_prepare_blinding()
478 case MBEDTLS_ERR_MPI_NOT_ACCEPTABLE: in mbedtls_to_psa_error()
37 #define MBEDTLS_ERR_MPI_NOT_ACCEPTABLE -0x000E macro