Searched refs:random_source (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dprng.h66 x917_prng_init(rand_source_func_t random_source);
83 ctr_prng_init(rand_source_func_t random_source);
/external/srtp/crypto/include/
H A Dprng.h31 x917_prng_init(rand_source_func_t random_source);
48 ctr_prng_init(rand_source_func_t random_source);
/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
H A Dctr_prng.c53 ctr_prng_init(rand_source_func_t random_source) { argument
61 ctr_prng.rand = random_source;
64 status = random_source(tmp_key, 32);
H A Dprng.c53 x917_prng_init(rand_source_func_t random_source) { argument
61 x917_prng.rand = random_source;
64 status = random_source(tmp_key, 16);
/external/srtp/crypto/rng/
H A Dctr_prng.c53 ctr_prng_init(rand_source_func_t random_source) { argument
61 ctr_prng.rand = random_source;
64 status = random_source(tmp_key, 32);
H A Dprng.c53 x917_prng_init(rand_source_func_t random_source) { argument
61 x917_prng.rand = random_source;
64 status = random_source((uint8_t *)&tmp_key, 16);

Completed in 3179 milliseconds