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.c381 static struct sshkey *load_identity_file(Identity *);
1236 if ((prv = load_identity_file(id)) == NULL) in identity_sign()
1527 load_identity_file(Identity *id) in load_identity_file() function
1897 id->key = load_identity_file(id); in userauth_pubkey()