Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Drsa_internal.c95 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_primes()
103 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_primes()
119 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
190 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_deduce_primes()
212 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_private_exponent()
218 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_rsa_deduce_private_exponent()
A Dbignum.c359 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_set_bit()
468 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_read_string()
538 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mpi_write_hlp()
571 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_write_string()
654 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_read_file()
690 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_write_file()
1680 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mpi_montmul()
1749 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_exp_mod()
1752 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_exp_mod()
2016 return( MBEDTLS_ERR_MPI_BAD_INPUT_DATA ); in mbedtls_mpi_fill_random()
[all …]
A Derror.c658 if( use_ret == -(MBEDTLS_ERR_MPI_BAD_INPUT_DATA) ) in mbedtls_strerror()
A Drsa.c743 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_public()
914 ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA; in mbedtls_rsa_private()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dbignum.h41 #define MBEDTLS_ERR_MPI_BAD_INPUT_DATA -0x0004 /**< Bad input parameters to fun… macro
A Dcompat-1.3.h1097 #define POLARSSL_ERR_MPI_BAD_INPUT_DATA MBEDTLS_ERR_MPI_BAD_INPUT_DATA
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c448 { -(MBEDTLS_ERR_MPI_BAD_INPUT_DATA), "MPI_BAD_INPUT_DATA" },

Completed in 44 milliseconds