OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_random_bytes
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/base/
rand_util_nacl.cc
28
int error = random_.
get_random_bytes
(buffer, num_bytes, &nread);
/external/kernel-headers/original/linux/
random.h
51
extern void
get_random_bytes
(void *buf, int nbytes);
etherdevice.h
109
get_random_bytes
(addr, ETH_ALEN);
/external/srtp/crypto/rng/
rand_linux_kernel.c
57
get_random_bytes
(dest, len);
/external/srtp/crypto/include/
kernel_compat.h
74
get_random_bytes
(&temp, sizeof(temp));
/external/e2fsprogs/lib/uuid/
gen_uuid.c
173
static void
get_random_bytes
(void *buf, int nbytes)
function
361
get_random_bytes
(&clock_seq, sizeof(clock_seq));
562
get_random_bytes
(node_id, 6);
636
get_random_bytes
(buf, sizeof(buf));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_dev.cc
228
int error = (*random_interface_.
get_random_bytes
)(buf, count, &nread);
/prebuilts/qemu-kernel/arm/2.6/
vmlinux-qemu
vmlinux-qemu-armv7
Completed in 672 milliseconds