OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctr_prng_get_octet_string
(Results
1 - 3
of
3
) sorted by null
/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 267 milliseconds