Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum_mod.c31 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_residue_setup()
169 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_mul()
173 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_mul()
194 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_sub()
254 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_inv()
259 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_inv()
281 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_inv()
297 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_add()
312 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_random()
323 int ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_read()
[all …]
H A Dbignum_mod_raw.c60 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_raw_read()
68 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_raw_read()
91 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_raw_write()
200 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_raw_canonical_to_modulus_rep()
214 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_mod_raw_modulus_to_canonical_rep()
H A Drsa_alt_helpers.c77 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
85 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
100 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
170 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
192 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_private_exponent()
198 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_private_exponent()
H A Dbignum.c67 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_lt_mpi_ct()
465 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_set_bit()
578 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_read_string()
597 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_read_string()
680 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_write_string()
768 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_read_file()
812 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_write_file()
1741 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_exp_mod_optionally_safe()
1745 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_exp_mod_optionally_safe()
1750 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_exp_mod_optionally_safe()
[all...]
H A Derror.c593 case -(MBEDTLS_ERR_MPI_BAD_INPUT_DATA): in mbedtls_low_level_strerr()
H A Dpsa_crypto_pake.c108 case MBEDTLS_ERR_MPI_BAD_INPUT_DATA: in mbedtls_ecjpake_to_psa_error()
H A Dbignum_core.c626 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_core_fill_random()
H A Drsa.c1249 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_public()
1455 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_private()
H A Dpsa_crypto.c470 case MBEDTLS_ERR_MPI_BAD_INPUT_DATA: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h27 #define MBEDTLS_ERR_MPI_BAD_INPUT_DATA -0x0004 macro
673 * \return MBEDTLS_ERR_MPI_BAD_INPUT_DATA if the allocated length of
911 * \return #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if \c N is negative or
964 * \return #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if \p min or \p N is invalid
1007 * \return #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if \p N is less than
1072 * \return #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if `nbits` is not between
/optee_os/lib/libmbedtls/core/
H A Drsa.c29 MBEDTLS_ERR_MPI_BAD_INPUT_DATA: in get_tee_result()