Searched refs:mbedtls_test_rnd_std_rand (Results 1 – 16 of 16) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_pk.function | 40 mbedtls_test_rnd_std_rand, NULL, 56 mbedtls_test_rnd_std_rand, NULL ); 68 mbedtls_test_rnd_std_rand, NULL, 79 mbedtls_test_rnd_std_rand, NULL, 181 mbedtls_test_rnd_std_rand, NULL ) 246 mbedtls_test_rnd_std_rand, NULL ) == 301 mbedtls_test_rnd_std_rand, NULL ) == 0 ); 677 mbedtls_test_rnd_std_rand, 857 mbedtls_test_rnd_std_rand, NULL ) 913 mbedtls_test_rnd_std_rand, NULL ) [all …]
|
A D | test_suite_pkparse.function | 25 mbedtls_test_rnd_std_rand, NULL ); 101 mbedtls_test_rnd_std_rand, NULL ); 126 mbedtls_test_rnd_std_rand, NULL ) == result );
|
A D | test_suite_x509write.function | 98 mbedtls_test_rnd_std_rand, NULL ) == 0 ); 168 mbedtls_test_rnd_std_rand, NULL ) == 0 ); 230 subject_pwd, mbedtls_test_rnd_std_rand, NULL ) == 0 ); 233 issuer_pwd, mbedtls_test_rnd_std_rand, NULL ) == 0 );
|
A D | test_suite_ecdh.function | 122 rnd_info_A.fallback_f_rng = mbedtls_test_rnd_std_rand; 140 rnd_info_B.fallback_f_rng = mbedtls_test_rnd_std_rand; 255 rnd_info_A.fallback_f_rng = mbedtls_test_rnd_std_rand; 260 rnd_info_B.fallback_f_rng = mbedtls_test_rnd_std_rand;
|
A D | test_suite_ecdsa.function | 98 rnd_info.fallback_f_rng = mbedtls_test_rnd_std_rand; 172 md_alg, mbedtls_test_rnd_std_rand, 408 mbedtls_test_rnd_std_rand, NULL, &rs_ctx ); 424 mbedtls_test_rnd_std_rand, NULL, &rs_ctx );
|
A D | test_suite_pkwrite.function | 67 mbedtls_test_rnd_std_rand, NULL ) == 0 );
|
A D | test_suite_pkcs1_v21.function | 21 info.fallback_f_rng = mbedtls_test_rnd_std_rand; 132 info.fallback_f_rng = mbedtls_test_rnd_std_rand;
|
A D | test_suite_mpi.function | 1103 res = mbedtls_mpi_is_prime_ext( &X, 40, mbedtls_test_rnd_std_rand, NULL ); 1153 mbedtls_test_rnd_std_rand, NULL ); 1165 mbedtls_test_rnd_std_rand, 1172 mbedtls_test_rnd_std_rand, 1308 mbedtls_test_rnd_std_rand, NULL ) ); 1391 mbedtls_test_rnd_std_rand, NULL ) ); 1415 mbedtls_test_rnd_std_rand, NULL );
|
A D | test_suite_pkcs1_v15.function | 22 info.fallback_f_rng = mbedtls_test_rnd_std_rand; 278 info.fallback_f_rng = mbedtls_test_rnd_std_rand;
|
A D | test_suite_hmac_drbg.function | 137 mbedtls_test_rnd_std_rand, NULL,
|
A D | test_suite_ctr_drbg.function | 323 TEST_ASSERT( mbedtls_ctr_drbg_seed( &ctx, mbedtls_test_rnd_std_rand,
|
A D | test_suite_ssl.function | 804 mbedtls_test_rnd_std_rand, NULL ); 817 mbedtls_test_rnd_std_rand, NULL ); 833 mbedtls_test_rnd_std_rand, NULL ); 846 mbedtls_test_rnd_std_rand, NULL ); 1208 mbedtls_test_rnd_std_rand( NULL, cid0, sizeof( cid0 ) ); 1209 mbedtls_test_rnd_std_rand( NULL, cid1, sizeof( cid1 ) ); 3240 mbedtls_test_rnd_std_rand, NULL ); 3395 mbedtls_test_rnd_std_rand, NULL ); 4758 mbedtls_test_rnd_std_rand( NULL, src, src_len );
|
A D | test_suite_mps.function | 881 TEST_ASSERT( mbedtls_test_rnd_std_rand( NULL, tmp, tmp_size ) == 0 );
|
/mbedtls-development/tests/src/ |
A D | random.c | 40 int mbedtls_test_rnd_std_rand( void *rng_state, in mbedtls_test_rnd_std_rand() function 82 return( mbedtls_test_rnd_std_rand( NULL, output, len ) ); in mbedtls_test_rnd_buffer_rand() 120 return( mbedtls_test_rnd_std_rand( NULL, output, len ) ); in mbedtls_test_rnd_pseudo_rand()
|
A D | fake_external_rng_for_test.c | 52 mbedtls_test_rnd_std_rand( NULL, output, output_size ); in mbedtls_psa_external_get_random()
|
/mbedtls-development/tests/include/test/ |
A D | random.h | 64 int mbedtls_test_rnd_std_rand( void *rng_state,
|
Completed in 30 milliseconds