Lines Matching refs:getrandom
16530 # check if the Linux getrandom() syscall is available
16531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the Linux getrandom() syscall" >&5
16532 $as_echo_n "checking for the Linux getrandom() syscall... " >&6; }
16568 # check if the getrandom() function is available
16570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the getrandom() function" >&5
16571 $as_echo_n "checking for the getrandom() function... " >&6; }
16583 (void)getrandom(buffer, buflen, flags);