Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dbignum.c441 static int mpi_get_digit( mbedtls_mpi_uint *d, int radix, char c ) in mpi_get_digit() function
492 MBEDTLS_MPI_CHK( mpi_get_digit( &d, radix, s[i - 1] ) ); in mbedtls_mpi_read_string()
508 MBEDTLS_MPI_CHK( mpi_get_digit( &d, radix, s[i] ) ); in mbedtls_mpi_read_string()
669 if( mpi_get_digit( &d, radix, *p ) != 0 ) in mbedtls_mpi_read_file()

Completed in 9 milliseconds