OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rand_source_func_t
(Results
1 - 6
of
6
) sorted by null
/external/srtp/crypto/include/
prng.h
13
#include "rand_source.h" /* for
rand_source_func_t
definition */
27
rand_source_func_t
rand; /* random source for re-initialization */
31
x917_prng_init(
rand_source_func_t
random_source);
44
rand_source_func_t
rand; /* random source for re-initialization */
48
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/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/srtp/crypto/math/
stat.c
196
stat_test_rand_source(
rand_source_func_t
get_rand_bytes) {
354
stat_test_rand_source_with_repetition(
rand_source_func_t
source, unsigned num_trials) {
Completed in 5366 milliseconds