Searched refs:apr_random_t (Results 1 – 6 of 6) sorted by relevance
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_random.h | 63 typedef struct apr_random_t apr_random_t; typedef 73 APR_DECLARE(void) apr_random_init(apr_random_t *g, apr_pool_t *p, 81 APR_DECLARE(apr_random_t *) apr_random_standard_new(apr_pool_t *p); 89 APR_DECLARE(void) apr_random_add_entropy(apr_random_t *g, 98 APR_DECLARE(apr_status_t) apr_random_insecure_bytes(apr_random_t *g, 108 APR_DECLARE(apr_status_t) apr_random_secure_bytes(apr_random_t *g, 116 APR_DECLARE(void) apr_random_barrier(apr_random_t *g); 123 APR_DECLARE(apr_status_t) apr_random_secure_ready(apr_random_t *r); 130 APR_DECLARE(apr_status_t) apr_random_insecure_ready(apr_random_t *r);
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_random.h | 63 typedef struct apr_random_t apr_random_t; typedef 73 APR_DECLARE(void) apr_random_init(apr_random_t *g, apr_pool_t *p, 81 APR_DECLARE(apr_random_t *) apr_random_standard_new(apr_pool_t *p); 89 APR_DECLARE(void) apr_random_add_entropy(apr_random_t *g, 98 APR_DECLARE(apr_status_t) apr_random_insecure_bytes(apr_random_t *g, 108 APR_DECLARE(apr_status_t) apr_random_secure_bytes(apr_random_t *g, 116 APR_DECLARE(void) apr_random_barrier(apr_random_t *g); 123 APR_DECLARE(apr_status_t) apr_random_secure_ready(apr_random_t *r); 130 APR_DECLARE(apr_status_t) apr_random_insecure_ready(apr_random_t *r);
|
/external/cronet/tot/third_party/apache-portable-runtime/src/random/unix/ |
D | apr_random.c | 56 struct apr_random_t { struct 84 apr_random_t *next; argument 87 static apr_random_t *all_random; 91 apr_random_t *remove_this = data, in random_cleanup() 106 APR_DECLARE(void) apr_random_init(apr_random_t *g,apr_pool_t *p, in apr_random_init() 151 static void mix_pid(apr_random_t *g,unsigned char *H,pid_t pid) in mix_pid() 159 static void mixer(apr_random_t *g,pid_t pid) in mixer() 177 apr_random_t *r; in apr_random_after_fork() 188 APR_DECLARE(apr_random_t *) apr_random_standard_new(apr_pool_t *p) in apr_random_standard_new() 190 apr_random_t *r = apr_palloc(p,sizeof *r); in apr_random_standard_new() [all …]
|
/external/cronet/stable/third_party/apache-portable-runtime/src/random/unix/ |
D | apr_random.c | 56 struct apr_random_t { struct 84 apr_random_t *next; argument 87 static apr_random_t *all_random; 91 apr_random_t *remove_this = data, in random_cleanup() 106 APR_DECLARE(void) apr_random_init(apr_random_t *g,apr_pool_t *p, in apr_random_init() 151 static void mix_pid(apr_random_t *g,unsigned char *H,pid_t pid) in mix_pid() 159 static void mixer(apr_random_t *g,pid_t pid) in mixer() 177 apr_random_t *r; in apr_random_after_fork() 188 APR_DECLARE(apr_random_t *) apr_random_standard_new(apr_pool_t *p) in apr_random_standard_new() 190 apr_random_t *r = apr_palloc(p,sizeof *r); in apr_random_standard_new() [all …]
|
/external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
D | testrand.c | 48 static apr_random_t *r; 50 typedef apr_status_t APR_THREAD_FUNC rnd_fn(apr_random_t * r, void *b, 53 static void rand_run_kat(abts_case *tc, rnd_fn *f, apr_random_t *r, in rand_run_kat() 71 static int rand_check_kat(rnd_fn *f, apr_random_t *r, in rand_check_kat() 99 static void rand_add_zeroes(apr_random_t *r) in rand_add_zeroes() 106 static void rand_run_seed_short(abts_case *tc, rnd_fn *f, apr_random_t *r, in rand_run_seed_short()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | testrand.c | 48 static apr_random_t *r; 50 typedef apr_status_t APR_THREAD_FUNC rnd_fn(apr_random_t * r, void *b, 53 static void rand_run_kat(abts_case *tc, rnd_fn *f, apr_random_t *r, in rand_run_kat() 71 static int rand_check_kat(rnd_fn *f, apr_random_t *r, in rand_check_kat() 99 static void rand_add_zeroes(apr_random_t *r) in rand_add_zeroes() 106 static void rand_run_seed_short(abts_case *tc, rnd_fn *f, apr_random_t *r, in rand_run_seed_short()
|