• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/

Lines Matching refs:random

1626   --enable-random=name    select which random number generator to use
1627 --disable-dev-random disable the use of dev random
1628 --enable-random-daemon Build and support the experimental gcryptrnd
9171 # consuming and fragmenting process. To avoid this, we pick a random,
11849 # Definitions for random modules.
11985 # Figure out the name of the random device
11994 NAME_OF_DEV_RANDOM="/dev/random"
12550 # Implementation of the --enable-random switch.
12551 # Check whether --enable-random was given.
12553 enableval=$enable_random; random=`echo $enableval | tr 'A-Z' 'a-z'`
12556 if test "x$random" = "x" -o "$random" = "yes" -o "$random" = "no"; then
12557 random=default
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which random module to use" >&5
12560 $as_echo_n "checking which random module to use... " >&6; }
12561 if test "$random" != "default" -a "$random" != "auto"; then
12563 name=$random
12574 as_fn_error "unsupported random module specified" "$LINENO" 5
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $random" >&5
12578 $as_echo "$random" >&6; }
12580 # Implementation of the --disable-dev-random switch.
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether use of /dev/random is requested" >&5
12582 $as_echo_n "checking whether use of /dev/random is requested... " >&6; }
12583 # Check whether --enable-dev-random was given.
12608 # Implementation of the --enable-random-daemon
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the experimental random daemon is requested" >&5
12610 $as_echo_n "checking whether the experimental random daemon is requested... " >&6; }
12611 # Check whether --enable-random-daemon was given.
13055 *** To build the Libgcrypt's random number daemon
13063 *** To build the Libgcrypt's random number daemon
14600 # Check whether a random device is available.
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for random device" >&5
14603 $as_echo_n "checking for random device... " >&6; }
14618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for random device" >&5
14619 $as_echo_n "checking for random device... " >&6; }
14625 # Figure out the random modules for this configuration.
14626 if test "$random" = "default"; then
14630 # Try Linuxish random device.
14635 # WindowsCE random device.
14639 # Windows random device.
14649 if test "$random" = "auto"; then
14653 random_modules="$random"
15078 # selected ciphers, pubkey-ciphers, digests and random modules.
15611 ac_config_files="$ac_config_files Makefile m4/Makefile compat/Makefile mpi/Makefile cipher/Makefile random/Makefile doc/Makefile src/Makefile src/gcrypt.h src/libgcrypt-config src/versioninfo.rc tests/Makefile"
16773 "random/Makefile") CONFIG_FILES="$CONFIG_FILES random/Makefile" ;;
18321 Random number generator: $random
18330 The performance of the Unix random gatherer module (rndunix) is not