Searched refs:apr_random_secure_bytes (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testrand.c | 152 rand_run_seed_short(tc, apr_random_secure_bytes, r, 320); in rand_seed_short2() 177 rand_run_kat(tc, apr_random_secure_bytes, r, expected); in rand_kat2() 183 rand_run_seed_short(tc, apr_random_secure_bytes, r, 320); in rand_barrier() 232 rand_run_kat(tc, apr_random_secure_bytes, r, expected); in rand_kat4() 281 rand_run_kat(tc, apr_random_secure_bytes, r, expected); in rand_fork() 287 int n = rand_check_kat(apr_random_secure_bytes, r, expected, readcmdp, writedatap); in rand_fork()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_random.h | 108 APR_DECLARE(apr_status_t) apr_random_secure_bytes(apr_random_t *g,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/random/unix/ |
H A D | apr_random.c | 288 APR_DECLARE(apr_status_t) apr_random_secure_bytes(apr_random_t *g, in apr_random_secure_bytes() function
|