runtime·read      66 src/pkg/runtime/os_darwin.c 	if(runtime·read(fd, urandom_data, HashRandomBytes) == HashRandomBytes) {
runtime·read     129 src/pkg/runtime/os_dragonfly.c 	if(runtime·read(fd, urandom_data, HashRandomBytes) == HashRandomBytes) {
runtime·read     137 src/pkg/runtime/os_freebsd.c 	if(runtime·read(fd, urandom_data, HashRandomBytes) == HashRandomBytes) {
runtime·read     176 src/pkg/runtime/os_linux.c 		if(runtime·read(fd, urandom_data, HashRandomBytes) == HashRandomBytes) {
runtime·read     195 src/pkg/runtime/os_netbsd.c 	if(runtime·read(fd, urandom_data, HashRandomBytes) == HashRandomBytes) {
runtime·read     174 src/pkg/runtime/os_openbsd.c 	if(runtime·read(fd, urandom_data, HashRandomBytes) == HashRandomBytes) {
runtime·read      57 src/pkg/runtime/os_plan9.c 		n = runtime·read(fd, buf, sizeof buf);
runtime·read      78 src/pkg/runtime/os_plan9.c 		runtime·read(fd, b, sizeof(b));
runtime·read     109 src/pkg/runtime/os_plan9.c 	if(runtime·read(fd, random_data, HashRandomBytes) == HashRandomBytes) {
runtime·read     168 src/pkg/runtime/os_solaris.c 	if(runtime·read(fd, urandom_data, HashRandomBytes) == HashRandomBytes) {
runtime·read     846 src/pkg/runtime/runtime.h int32	runtime·read(int32, void*, int32);