HomeSort by relevance Sort by last modified time
    Searched refs:stat_test_rand_source_with_repetition (Results 1 - 3 of 3) sorted by null

  /external/srtp/crypto/include/
stat.h 67 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials);
  /external/srtp/crypto/kernel/
crypto_kernel.c 136 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/
stat.c 354 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials) { function

Completed in 473 milliseconds