Searched defs:random_source (Results 1 - 2 of 2) sorted by relevance

/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 6152 milliseconds