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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
prng.h 48 #include "rand_source.h" /* for rand_source_func_t definition */
62 rand_source_func_t rand; /* random source for re-initialization */
66 x917_prng_init(rand_source_func_t random_source);
79 rand_source_func_t rand; /* random source for re-initialization */
83 ctr_prng_init(rand_source_func_t random_source);
stat.h 52 #include "rand_source.h" /* for rand_source_func_t definition */
64 stat_test_rand_source(rand_source_func_t rs);
67 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials);
rand_source.h 83 * A rand_source_func_t writes num_octets at the location indicated by
88 typedef err_status_t (*rand_source_func_t) typedef
  /external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
ctr_prng.c 53 ctr_prng_init(rand_source_func_t random_source) {
prng.c 53 x917_prng_init(rand_source_func_t random_source) {
  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
stat.c 231 stat_test_rand_source(rand_source_func_t get_rand_bytes) {
389 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials) {

Completed in 110 milliseconds