mpi_get_digit() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mpi_get_digit() function

Syntax

static int mpi_get_digit( mbedtls_mpi_uint *d,     int radix,     char c );

Arguments

d

radix

c

References

LocationReferrerText
bignum.c:441
static int mpi_get_digit( mbedtls_mpi_uint *d, int radix, char c )
bignum.c:492mbedtls_mpi_read_string()
MBEDTLS_MPI_CHK( mpi_get_digit( &d, radix, s[i - 1] ) );
bignum.c:508mbedtls_mpi_read_string()
MBEDTLS_MPI_CHK( mpi_get_digit( &d, radix, s[i] ) );

Call Tree

Functions calling mpi_get_digit()
all items filtered out
mpi_get_digit()
Data read by mpi_get_digit()
mpi_get_digit()