Home
last modified time | relevance | path

Searched refs:mbedtls_test_rnd_std_rand (Results 1 – 25 of 25) sorted by relevance

/mbedtls/tests/src/
A Drandom.c29 int mbedtls_test_rnd_std_rand(void *rng_state, in mbedtls_test_rnd_std_rand() function
75 return mbedtls_test_rnd_std_rand(NULL, output, len); in mbedtls_test_rnd_buffer_rand()
112 return mbedtls_test_rnd_std_rand(NULL, output, len); in mbedtls_test_rnd_pseudo_rand()
A Dfake_external_rng_for_test.c41 mbedtls_test_rnd_std_rand(NULL, output, output_size); in mbedtls_psa_external_get_random()
/mbedtls/tests/suites/
A Dtest_suite_lmots.function44 TEST_EQUAL(mbedtls_lmots_sign(&priv_ctx, &mbedtls_test_rnd_std_rand, NULL,
67 TEST_EQUAL(mbedtls_lmots_sign(&priv_ctx, &mbedtls_test_rnd_std_rand, NULL,
208 TEST_EQUAL(mbedtls_lmots_sign(&ctx, mbedtls_test_rnd_std_rand, NULL,
214 TEST_EQUAL(mbedtls_lmots_sign(&ctx, mbedtls_test_rnd_std_rand, NULL,
239 TEST_EQUAL(mbedtls_lmots_sign(&ctx, mbedtls_test_rnd_std_rand, NULL,
A Dtest_suite_lms.function26 mbedtls_test_rnd_std_rand, NULL,
31 TEST_EQUAL(mbedtls_lms_sign(&priv_ctx, mbedtls_test_rnd_std_rand, NULL,
59 mbedtls_test_rnd_std_rand, NULL,
64 TEST_EQUAL(mbedtls_lms_sign(&priv_ctx, mbedtls_test_rnd_std_rand, NULL,
A Dtest_suite_pk.function271 mbedtls_test_rnd_std_rand, NULL,
413 mbedtls_test_rnd_std_rand, NULL,
424 mbedtls_test_rnd_std_rand, NULL,
458 mbedtls_test_rnd_std_rand, NULL,
907 mbedtls_test_rnd_std_rand, NULL) ==
1404 mbedtls_test_rnd_std_rand,
1715 mbedtls_test_rnd_std_rand, NULL),
1721 mbedtls_test_rnd_std_rand, NULL),
1792 mbedtls_test_rnd_std_rand, NULL)
1797 mbedtls_test_rnd_std_rand, NULL)
[all …]
A Dtest_suite_pkparse.function116 mbedtls_test_rnd_std_rand, NULL);
235 mbedtls_test_rnd_std_rand, NULL);
275 mbedtls_test_rnd_std_rand, NULL) == result);
293 mbedtls_test_rnd_std_rand,
317 mbedtls_test_rnd_std_rand, NULL), 0);
A Dtest_suite_ecdh.function125 rnd_info_A.fallback_f_rng = mbedtls_test_rnd_std_rand;
143 rnd_info_B.fallback_f_rng = mbedtls_test_rnd_std_rand;
258 rnd_info_A.fallback_f_rng = mbedtls_test_rnd_std_rand;
263 rnd_info_B.fallback_f_rng = mbedtls_test_rnd_std_rand;
A Dtest_suite_bignum_random.function311 mbedtls_test_rnd_std_rand, NULL));
395 mbedtls_test_rnd_std_rand, NULL));
425 mbedtls_test_rnd_std_rand, NULL),
443 mbedtls_test_rnd_std_rand, NULL),
472 mbedtls_test_rnd_std_rand, NULL);
A Dtest_suite_pkwrite.function107 mbedtls_test_rnd_std_rand, NULL), 0);
186 mbedtls_test_rnd_std_rand, NULL), 0);
A Dtest_suite_ecdsa.function99 rnd_info.fallback_f_rng = mbedtls_test_rnd_std_rand;
214 mbedtls_test_rnd_std_rand,
460 mbedtls_test_rnd_std_rand,
482 mbedtls_test_rnd_std_rand,
A Dtest_suite_pkcs1_v21.function22 info.fallback_f_rng = mbedtls_test_rnd_std_rand;
139 info.fallback_f_rng = mbedtls_test_rnd_std_rand;
A Dtest_suite_x509write.function209 mbedtls_test_rnd_std_rand, NULL) == 0);
302 mbedtls_test_rnd_std_rand, NULL) == 0);
426 subject_pwd, mbedtls_test_rnd_std_rand, NULL) == 0);
429 issuer_pwd, mbedtls_test_rnd_std_rand, NULL) == 0);
A Dtest_suite_rsa.function746 TEST_ASSERT(mbedtls_rsa_gen_key(&ctx, mbedtls_test_rnd_std_rand, NULL, nrbits,
971 TEST_ASSERT(mbedtls_test_rnd_std_rand(NULL,
982 TEST_ASSERT(mbedtls_rsa_private(&ctx, mbedtls_test_rnd_std_rand,
1178 prng ? mbedtls_test_rnd_std_rand : NULL,
1358 TEST_ASSERT(mbedtls_test_rnd_std_rand(NULL,
1369 TEST_ASSERT(mbedtls_rsa_private(&ctx, mbedtls_test_rnd_std_rand,
A Dtest_suite_pkcs1_v15.function22 info.fallback_f_rng = mbedtls_test_rnd_std_rand;
279 info.fallback_f_rng = mbedtls_test_rnd_std_rand;
A Dtest_suite_bignum.function1117 res = mbedtls_mpi_is_prime_ext(&X, 40, mbedtls_test_rnd_std_rand, NULL);
1167 mbedtls_test_rnd_std_rand, NULL);
1178 mbedtls_test_rnd_std_rand,
1184 mbedtls_test_rnd_std_rand,
1405 mbedtls_test_rnd_std_rand, NULL),
A Dtest_suite_aes.function159 mbedtls_test_rnd_std_rand(NULL, key, sizeof(key));
162 mbedtls_test_rnd_std_rand(NULL, input, length);
A Dtest_suite_hmac_drbg.function141 mbedtls_test_rnd_std_rand, NULL,
A Dtest_suite_ctr_drbg.function433 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx, mbedtls_test_rnd_std_rand,
A Dtest_suite_constant_time.function478 mbedtls_test_rnd_std_rand(NULL, src, src_len);
A Dtest_suite_ssl.function1302 mbedtls_test_rnd_std_rand, NULL);
1456 mbedtls_test_rnd_std_rand, NULL);
3213 mbedtls_test_rnd_std_rand(NULL, own_cid, sizeof(own_cid));
A Dtest_suite_mps.function908 TEST_ASSERT(mbedtls_test_rnd_std_rand(NULL, tmp, tmp_size) == 0);
A Dtest_suite_bignum_core.function1074 TEST_EQUAL(0, mbedtls_test_rnd_std_rand(NULL, rnd_data, rng_bytes));
A Dtest_suite_ecp.function1907 mbedtls_test_rnd_std_rand, NULL));
/mbedtls/tests/include/test/
A Drandom.h50 int mbedtls_test_rnd_std_rand(void *rng_state,
/mbedtls/tests/src/test_helpers/
A Dssl_helpers.c640 mbedtls_test_rnd_std_rand, NULL); in mbedtls_test_ssl_endpoint_certificate_init()
653 mbedtls_test_rnd_std_rand, NULL); in mbedtls_test_ssl_endpoint_certificate_init()
668 mbedtls_test_rnd_std_rand, NULL); in mbedtls_test_ssl_endpoint_certificate_init()
681 mbedtls_test_rnd_std_rand, NULL); in mbedtls_test_ssl_endpoint_certificate_init()
765 (void) mbedtls_test_rnd_std_rand(NULL, in mbedtls_test_ssl_endpoint_init()
1280 mbedtls_test_rnd_std_rand(NULL, cid0, sizeof(cid0)); in mbedtls_test_ssl_build_transforms()
1281 mbedtls_test_rnd_std_rand(NULL, cid1, sizeof(cid1)); in mbedtls_test_ssl_build_transforms()

Completed in 41 milliseconds