| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_mpi.data | 1228 Base test mbedtls_mpi_exp_mod #1 1229 mbedtls_mpi_exp_mod:10:"23":10:"13":10:"29":10:"24":0 1231 Base test mbedtls_mpi_exp_mod #2 (Even N) 1232 mbedtls_mpi_exp_mod:10:"23":10:"13":10:"30":10:"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA 1234 Base test mbedtls_mpi_exp_mod #2 (N = 0 (null)) 1235 mbedtls_mpi_exp_mod:10:"23":10:"13":10:"":10:"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA 1237 Base test mbedtls_mpi_exp_mod #3 (Negative N) 1238 mbedtls_mpi_exp_mod:10:"23":10:"13":10:"-29":10:"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA 1240 Base test mbedtls_mpi_exp_mod #4 (Negative base) 1241 mbedtls_mpi_exp_mod:10:"-23":10:"13":10:"29":10:"5":0 [all …]
|
| D | test_suite_mpi.function | 311 mbedtls_mpi_exp_mod( NULL, &X, &X, &X, NULL ) ); 313 mbedtls_mpi_exp_mod( &X, NULL, &X, &X, NULL ) ); 315 mbedtls_mpi_exp_mod( &X, &X, NULL, &X, NULL ) ); 317 mbedtls_mpi_exp_mod( &X, &X, &X, NULL, NULL ) ); 1205 void mbedtls_mpi_exp_mod( int radix_A, char * input_A, int radix_E, 1219 res = mbedtls_mpi_exp_mod( &Z, &A, &E, &N, NULL ); 1228 res = mbedtls_mpi_exp_mod( &Z, &A, &E, &N, &RR ); 1237 res = mbedtls_mpi_exp_mod( &Z, &A, &E, &N, &RR ); 1277 TEST_ASSERT( mbedtls_mpi_exp_mod( &Z, &A, &E, &N, &RR ) == exp_result );
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_bignum.misc.data | 1299 Base test mbedtls_mpi_exp_mod #1 1302 Base test mbedtls_mpi_exp_mod #2 (Even N) 1305 Base test mbedtls_mpi_exp_mod #2 (N = 0 (null)) 1308 Base test mbedtls_mpi_exp_mod #3 (Negative N) 1311 Base test mbedtls_mpi_exp_mod #4 (Negative base) 1314 Base test mbedtls_mpi_exp_mod #5 (Negative exponent) 1317 Base test mbedtls_mpi_exp_mod #6 (Negative base + exponent) 1320 Test mbedtls_mpi_exp_mod: 0 (null) ^ 0 (null) mod 9 1323 Test mbedtls_mpi_exp_mod: 0 (null) ^ 0 (1 limb) mod 9 1326 Test mbedtls_mpi_exp_mod: 0 (null) ^ 1 mod 9 [all …]
|
| D | test_suite_bignum.function | 1042 res = mbedtls_mpi_exp_mod( &Z, &A, &E, &N, NULL ); 1051 res = mbedtls_mpi_exp_mod( &Z, &A, &E, &N, &RR ); 1060 res = mbedtls_mpi_exp_mod( &Z, &A, &E, &N, &RR ); 1100 TEST_ASSERT( mbedtls_mpi_exp_mod( &Z, &A, &E, &N, &RR ) == exp_result );
|
| D | test_suite_psa_crypto_driver_wrappers.function | 39 TEST_ASSERT( mbedtls_mpi_exp_mod( &X, &C, &D, &N, NULL ) == 0 );
|
| /external/mbedtls/programs/pkey/ |
| D | mpi_demo.c | 74 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &Y, &X, &E, &N, NULL ) ); in main() 75 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &Z, &Y, &D, &N, NULL ) ); in main()
|
| /external/openthread/third_party/mbedtls/repo/programs/pkey/ |
| D | mpi_demo.c | 87 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &Y, &X, &E, &N, NULL ) ); in main() 88 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &Z, &Y, &D, &N, NULL ) ); in main()
|
| /external/mbedtls/library/ |
| D | dhm.c | 217 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->GX, &ctx->G, &ctx->X, in dhm_make_common() 396 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding() 432 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->K, &GYb, &ctx->X, in mbedtls_dhm_calc_secret()
|
| D | rsa.c | 739 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &T, &T, &ctx->E, &ctx->N, &ctx->RN ) ); in mbedtls_rsa_public() 812 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vi, &ctx->Vi, &ctx->E, &ctx->N, &ctx->RN ) ); in rsa_prepare_blinding() 982 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &T, &T, D, &ctx->N, &ctx->RN ) ); in mbedtls_rsa_private() 991 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &TP, &T, DP, &ctx->P, &ctx->RP ) ); in mbedtls_rsa_private() 992 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &TQ, &T, DQ, &ctx->Q, &ctx->RQ ) ); in mbedtls_rsa_private() 1016 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &C, &T, &ctx->E, in mbedtls_rsa_private()
|
| D | rsa_alt_helpers.c | 140 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &K, &K, &T, N, in mbedtls_rsa_deduce_primes()
|
| D | bignum.c | 1588 int mbedtls_mpi_exp_mod( mbedtls_mpi *X, const mbedtls_mpi *A, in mbedtls_mpi_exp_mod() function 2317 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &A, &A, &R, X, &RR ) ); in mpi_miller_rabin() 2611 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &X, &A, &E, &N, NULL ) ); in mbedtls_mpi_self_test()
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | dhm.c | 195 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->GX, &ctx->G, &ctx->X, in dhm_make_common() 389 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding() 430 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->K, &GYb, &ctx->X, in mbedtls_dhm_calc_secret()
|
| D | rsa.c | 747 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &T, &T, &ctx->E, &ctx->N, &ctx->RN ) ); in mbedtls_rsa_public() 820 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vi, &ctx->Vi, &ctx->E, &ctx->N, &ctx->RN ) ); in rsa_prepare_blinding() 997 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &T, &T, D, &ctx->N, &ctx->RN ) ); in mbedtls_rsa_private() 1006 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &TP, &T, DP, &ctx->P, &ctx->RP ) ); in mbedtls_rsa_private() 1007 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &TQ, &T, DQ, &ctx->Q, &ctx->RQ ) ); in mbedtls_rsa_private() 1034 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &C, &T, &ctx->E, in mbedtls_rsa_private()
|
| D | rsa_internal.c | 140 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &K, &K, &T, N, in mbedtls_rsa_deduce_primes()
|
| D | bignum.c | 2007 int mbedtls_mpi_exp_mod( mbedtls_mpi *X, const mbedtls_mpi *A, in mbedtls_mpi_exp_mod() function 2696 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &A, &A, &R, X, &RR ) ); in mpi_miller_rabin() 3010 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &X, &A, &E, &N, NULL ) ); in mbedtls_mpi_self_test()
|
| /external/mbedtls/include/mbedtls/ |
| D | bignum.h | 895 int mbedtls_mpi_exp_mod( mbedtls_mpi *X, const mbedtls_mpi *A,
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | bignum.h | 857 int mbedtls_mpi_exp_mod( mbedtls_mpi *X, const mbedtls_mpi *A,
|
| D | compat-1.3.h | 2058 #define mpi_exp_mod mbedtls_mpi_exp_mod
|
| /external/openthread/third_party/mbedtls/repo/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1668 mpi_exp_mod mbedtls_mpi_exp_mod
|
| /external/mbedtls/ |
| D | ChangeLog | 455 in mbedtls_mpi_exp_mod(). Reported by Tautvydas Žilys in #5467. 1055 * Fix a null pointer dereference when mbedtls_mpi_exp_mod() was called with 1301 * Limit the size of calculations performed by mbedtls_mpi_exp_mod to
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 260 * Fix a null pointer dereference when mbedtls_mpi_exp_mod() was called with 499 * Limit the size of calculations performed by mbedtls_mpi_exp_mod to
|