Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Drsa_internal.c89 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_primes()
97 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_primes()
113 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
184 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
206 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_private_exponent()
212 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_private_exponent()
A Dbignum.c367 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_set_bit()
477 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_read_string()
587 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_write_string()
678 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_read_file()
714 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_write_file()
2091 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_exp_mod()
2094 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_exp_mod()
2448 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mpi_fill_random_internal()
2493 int ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_random()
2501 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_random()
[all …]
A Dconstant_time.c535 MBEDTLS_INTERNAL_VALIDATE_RET( cond, MBEDTLS_ERR_MPI_BAD_INPUT_DATA )
633 return MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_mpi_lt_mpi_ct()
A Derror.c647 case -(MBEDTLS_ERR_MPI_BAD_INPUT_DATA): in mbedtls_low_level_strerr()
A Drsa.c744 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_public()
940 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_private()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dbignum.h41 #define MBEDTLS_ERR_MPI_BAD_INPUT_DATA -0x0004 macro
A Dcompat-1.3.h1101 #define POLARSSL_ERR_MPI_BAD_INPUT_DATA MBEDTLS_ERR_MPI_BAD_INPUT_DATA
/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c28 MBEDTLS_ERR_MPI_BAD_INPUT_DATA: in get_tee_result()

Completed in 30 milliseconds