Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum.c540 static int mpi_get_digit(mbedtls_mpi_uint *d, int radix, char c) in mpi_get_digit() function
601 MBEDTLS_MPI_CHK(mpi_get_digit(&d, radix, s[i - 1])); in mbedtls_mpi_read_string()
608 MBEDTLS_MPI_CHK(mpi_get_digit(&d, radix, s[i])); in mbedtls_mpi_read_string()
785 if (mpi_get_digit(&d, radix, *p) != 0) { in mbedtls_mpi_read_file()