Searched refs:read_random (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_environment.c | 75 read_random(void *buf, int count) in read_random() function 88 read_random(void *buf, int count) in read_random() function 118 read_random(void *buf, int count) in read_random() function
|
D | user_environment.h | 71 int read_random(void *, int);
|
/third_party/ffmpeg/libavutil/ |
D | random_seed.c | 48 static int read_random(uint32_t *dst, const char *file) in read_random() function 140 if (read_random(&seed, "/dev/urandom") == sizeof(seed)) in av_get_random_seed() 142 if (read_random(&seed, "/dev/random") == sizeof(seed)) in av_get_random_seed()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 967 #define SCTP_READ_RANDOM(buf, len) read_random(buf, len)
|
/third_party/FreeBSD/ |
D | UPDATING | 555 read_random(9) is bypassed, to enable programmatic handling of this
|