Home
last modified time | relevance | path

Searched refs:apr_random_insecure_bytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestrand.c122 rand_run_seed_short(tc, apr_random_insecure_bytes, r, 32); in rand_seed_short()
147 rand_run_kat(tc, apr_random_insecure_bytes, r, expected); in rand_kat()
207 rand_run_kat(tc, apr_random_insecure_bytes, r, expected); in rand_kat3()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_random.h98 APR_DECLARE(apr_status_t) apr_random_insecure_bytes(apr_random_t *g,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/random/unix/
H A Dapr_random.c298 APR_DECLARE(apr_status_t) apr_random_insecure_bytes(apr_random_t *g, in apr_random_insecure_bytes() function