Searched refs:mbedtls_mpi_mod_int (Results 1 – 6 of 6) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_mpi.data | 1198 Base test mbedtls_mpi_mod_int #1 1199 mbedtls_mpi_mod_int:10:"1000":13:12:0 1201 Base test mbedtls_mpi_mod_int #2 (Divide by zero) 1202 mbedtls_mpi_mod_int:10:"1000":0:0:MBEDTLS_ERR_MPI_DIVISION_BY_ZERO 1204 Base test mbedtls_mpi_mod_int #3 1205 mbedtls_mpi_mod_int:10:"-1000":13:1:0 1207 Base test mbedtls_mpi_mod_int #4 (Negative modulo) 1208 mbedtls_mpi_mod_int:10:"1000":-13:0:MBEDTLS_ERR_MPI_NEGATIVE_VALUE 1210 Base test mbedtls_mpi_mod_int #5 (Negative modulo) 1211 mbedtls_mpi_mod_int:10:"-1000":-13:0:MBEDTLS_ERR_MPI_NEGATIVE_VALUE [all …]
|
D | test_suite_mpi.function | 306 mbedtls_mpi_mod_int( NULL, &X, 42 ) ); 308 mbedtls_mpi_mod_int( &mpi_uint, NULL, 42 ) ); 1183 void mbedtls_mpi_mod_int( int radix_X, char * input_X, int input_Y, 1192 res = mbedtls_mpi_mod_int( &r, &X, input_Y );
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | bignum.h | 828 int mbedtls_mpi_mod_int( mbedtls_mpi_uint *r, const mbedtls_mpi *A,
|
D | compat-1.3.h | 2070 #define mpi_mod_int mbedtls_mpi_mod_int
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | bignum.c | 504 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_int( &r, X, radix ) ); in mpi_write_hlp() 1816 int mbedtls_mpi_mod_int( mbedtls_mpi_uint *r, const mbedtls_mpi *A, mbedtls_mpi_sint b ) in mbedtls_mpi_mod_int() function 2633 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_int( &r, X, small_prime[i] ) ); in mpi_check_small_factors() 2872 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_int( &r, X, 3 ) ); in mbedtls_mpi_gen_prime()
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1680 mpi_mod_int mbedtls_mpi_mod_int
|