HomeSort by: relevance | last modified time | path
    Searched refs:sshauthopt_new (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth-options.h 82 struct sshauthopt *sshauthopt_new(void);
auth-options.c 196 sshauthopt_new(void) function
239 if ((ret = sshauthopt_new()) == NULL)
512 if ((ret = sshauthopt_new()) == NULL)
545 if ((ret = sshauthopt_new()) == NULL)
666 if ((ret = sshauthopt_new()) == NULL)
auth.c 828 if ((restricted = sshauthopt_new()) == NULL)
829 fatal_f("sshauthopt_new failed");

Completed in 44 milliseconds