Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/mbedtls/
H A Drsa_internal.c120 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_primes()
128 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_primes()
144 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
215 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
237 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_private_exponent()
243 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_private_exponent()
H A Dbignum.c473 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_set_bit()
583 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_read_string()
687 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_write_string()
778 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_read_file()
814 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_write_file()
1228 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_lt_mpi_ct()
2172 int ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mpi_select()
2206 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_exp_mod()
2209 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_exp_mod()
2584 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_inv_mod()
[all …]
H A Derror.c688 if( use_ret == -(MBEDTLS_ERR_MPI_BAD_INPUT_DATA) ) in mbedtls_strerror()
H A Drsa.c785 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_public()
981 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_private()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dbignum.h66 #define MBEDTLS_ERR_MPI_BAD_INPUT_DATA -0x0004 /**< Bad input parameters to fun… macro
H A Dcompat-1.3.h1128 #define POLARSSL_ERR_MPI_BAD_INPUT_DATA MBEDTLS_ERR_MPI_BAD_INPUT_DATA