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

  /external/openssh/
pathnames.h 45 #define _PATH_DH_PRIMES SSHDIR "/primes"
dh.c 134 (f = fopen(_PATH_DH_PRIMES, "r")) == NULL) {
164 logit("WARNING: no suitable primes in %s", _PATH_DH_PRIMES);
185 which, _PATH_DH_PRIMES);

Completed in 134 milliseconds