Home
last modified time | relevance | path

Searched refs:get_random_bytes (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
Drand_linux_kernel.c57 get_random_bytes(dest, len); in rand_source_get_octet_string()
/external/srtp/crypto/rng/
Drand_linux_kernel.c57 get_random_bytes(dest, len); in rand_source_get_octet_string()
/external/srtp/crypto/include/
Dkernel_compat.h74 get_random_bytes(&temp, sizeof(temp)); in rand()
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
Dkernel_compat.h74 get_random_bytes(&temp, sizeof(temp)); in rand()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c174 static void get_random_bytes(void *buf, int nbytes) in get_random_bytes() function
365 get_random_bytes(&clock_seq, sizeof(clock_seq)); in get_clock()
567 get_random_bytes(node_id, 6); in uuid__generate_time()
641 get_random_bytes(buf, sizeof(buf)); in uuid__generate_random()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
Ddev_fs.cc200 int error = (*random_interface_.get_random_bytes)(buf, count, &nread); in Read()