Home
last modified time | relevance | path

Searched refs:load_identity_file (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dsshconnect2.c322 static Key *load_identity_file(Identity *);
1036 if ((prv = load_identity_file(id)) == NULL) in identity_sign()
1229 load_identity_file(Identity *id) in load_identity_file() function
1502 id->key = load_identity_file(id); in userauth_pubkey()