Searched refs:get_random_bytes (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/ |
D | rand_linux_kernel.c | 57 get_random_bytes(dest, len); in rand_source_get_octet_string()
|
/external/srtp/crypto/rng/ |
D | rand_linux_kernel.c | 57 get_random_bytes(dest, len); in rand_source_get_octet_string()
|
/external/srtp/crypto/include/ |
D | kernel_compat.h | 74 get_random_bytes(&temp, sizeof(temp)); in rand()
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
D | kernel_compat.h | 74 get_random_bytes(&temp, sizeof(temp)); in rand()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 174 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/ |
D | dev_fs.cc | 200 int error = (*random_interface_.get_random_bytes)(buf, count, &nread); in Read()
|