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

  /src/crypto/external/bsd/openssh/dist/
auth.h 189 char *expand_authorized_keys(const char *, struct passwd *pw);
auth.c 468 expand_authorized_keys(const char *filename, struct passwd *pw) function
487 fatal("expand_authorized_keys: path too long");
497 return expand_authorized_keys(options.authorized_principals_file, pw);
auth2-pubkey.c 829 file = expand_authorized_keys(

Completed in 20 milliseconds