Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dbignum.c2548 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_random()
2586 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_inv_mod()
2705 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mpi_check_small_factors()
2715 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mpi_check_small_factors()
2765 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_miller_rabin()
2802 ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mpi_miller_rabin()
2833 return( MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in mbedtls_mpi_is_prime_ext()
2887 int ret = MBEDTLS_ERR_MPI_NOT_ACCEPTABLE; in mbedtls_mpi_gen_prime()
2938 if( ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in mbedtls_mpi_gen_prime()
2975 if( ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in mbedtls_mpi_gen_prime()
A Derror.c657 case -(MBEDTLS_ERR_MPI_NOT_ACCEPTABLE): in mbedtls_low_level_strerr()
A Ddhm.c186 if( ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in dhm_make_common()
A Decp.c1728 if( ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in ecp_randomize_jac()
2490 if( ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in ecp_randomize_mxz()
3160 case MBEDTLS_ERR_MPI_NOT_ACCEPTABLE: in mbedtls_ecp_gen_privkey_sw()
A Drsa.c811 if( ret != 0 && ret != MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ) in rsa_prepare_blinding()
814 } while( ret == MBEDTLS_ERR_MPI_NOT_ACCEPTABLE ); in rsa_prepare_blinding()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dbignum.h51 #define MBEDTLS_ERR_MPI_NOT_ACCEPTABLE -0x000E macro
A Dcompat-1.3.h1108 #define POLARSSL_ERR_MPI_NOT_ACCEPTABLE MBEDTLS_ERR_MPI_NOT_ACCEPTABLE

Completed in 32 milliseconds