Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c380 static struct sshkey *load_identity_file(Identity *);
1232 if ((prv = load_identity_file(id)) == NULL) in identity_sign()
1522 load_identity_file(Identity *id) in load_identity_file() function
1889 id->key = load_identity_file(id); in userauth_pubkey()