Searched refs:mbedtls_mpi_div_int (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | dh_genprime.c | 166 if( ( ret = mbedtls_mpi_div_int( &Q, NULL, &Q, 2 ) ) != 0 ) in main()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | bignum.h | 725 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A,
|
A D | compat-1.3.h | 2052 #define mpi_div_int mbedtls_mpi_div_int
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | bignum.c | 541 MBEDTLS_MPI_CHK( mbedtls_mpi_div_int( X, NULL, X, radix ) ); in mpi_write_hlp() 1552 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, in mbedtls_mpi_div_int() function
|
Completed in 21 milliseconds