OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctr_prng_get_octet_string
(Results
1 - 4
of
4
) sorted by null
/external/srtp/
srtp.def
35
ctr_prng_get_octet_string
/external/srtp/crypto/include/
prng.h
51
ctr_prng_get_octet_string
(void *dest, uint32_t len);
/external/srtp/crypto/rng/
ctr_prng.c
77
ctr_prng_get_octet_string
(void *dest, uint32_t len) {
function
/external/srtp/crypto/kernel/
crypto_kernel.c
146
status = stat_test_rand_source_with_repetition(
ctr_prng_get_octet_string
, MAX_RNG_TRIALS);
520
return
ctr_prng_get_octet_string
(buffer, length);
Completed in 472 milliseconds