Searched refs:stat_test_rand_source_with_repetition (Results 1 - 3 of 3) sorted by relevance

/external/srtp/crypto/include/
H A Dstat.h67 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials);
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c136 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS);
146 status = stat_test_rand_source_with_repetition(ctr_prng_get_octet_string, MAX_RNG_TRIALS);
184 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS);
/external/srtp/crypto/math/
H A Dstat.c354 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials) { function

Completed in 85 milliseconds