Home
last modified time | relevance | path

Searched refs:stat_test_rand_source_with_repetition (Results 1 – 4 of 4) sorted by relevance

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