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.c545 static int mpi_get_digit(mbedtls_mpi_uint *d, int radix, char c) in mpi_get_digit() function
606 MBEDTLS_MPI_CHK(mpi_get_digit(&d, radix, s[i - 1])); in mbedtls_mpi_read_string()
613 MBEDTLS_MPI_CHK(mpi_get_digit(&d, radix, s[i])); in mbedtls_mpi_read_string()
790 if (mpi_get_digit(&d, radix, *p) != 0) { in mbedtls_mpi_read_file()