HomeSort by relevance Sort by last modified time
    Searched refs:DROPBEAR_RANDOM_DEV (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
options.h 150 /* Random device to use - define either DROPBEAR_RANDOM_DEV or
152 * DROPBEAR_RANDOM_DEV is recommended on hosts with a good /dev/(u)random,
162 #define DROPBEAR_RANDOM_DEV "/dev/random"
384 #if defined(DROPBEAR_RANDOM_DEV) && defined(DROPBEAR_PRNGD_SOCKET)
385 #error "You can't turn on DROPBEAR_PRNGD_SOCKET and DROPBEAR_RANDOM_DEV at once"
388 #if !defined(DROPBEAR_RANDOM_DEV) && !defined(DROPBEAR_PRNGD_SOCKET)
389 #error "You must choose one of DROPBEAR_PRNGD_SOCKET or DROPBEAR_RANDOM_DEV in options.h"
random.c 64 #ifdef DROPBEAR_RANDOM_DEV
65 readfd = open(DROPBEAR_RANDOM_DEV, O_RDONLY);

Completed in 56 milliseconds