Home
last modified time | relevance | path

Searched refs:read_random (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_environment.c75 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
Duser_environment.h71 int read_random(void *, int);
/third_party/ffmpeg/libavutil/
Drandom_seed.c48 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/
Dsctp_os_userspace.h967 #define SCTP_READ_RANDOM(buf, len) read_random(buf, len)