Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum.c2043 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()
H A Derror.c603 case -(MBEDTLS_ERR_MPI_NOT_ACCEPTABLE): in mbedtls_low_level_strerr()
H A Ddhm.c198 if (ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE) { in dhm_make_common()
H A Decp.c1721 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()
H A Dbignum_core.c683 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_core_random()
H A Drsa.c1327 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()
H A Dpsa_crypto.c478 case MBEDTLS_ERR_MPI_NOT_ACCEPTABLE: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h37 #define MBEDTLS_ERR_MPI_NOT_ACCEPTABLE -0x000E macro