Searched refs:stat_test_rand_source_with_repetition (Results 1 – 4 of 4) sorted by relevance
67 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials);
136 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()
49 stat_test_rand_source_with_repetition
354 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials) { in stat_test_rand_source_with_repetition() function