Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dssh-add.c288 if ((r = sshkey_parse_private_fileblob(keyblob, "", &private, in add_file()
296 if ((r = sshkey_parse_private_fileblob(keyblob, pass, &private, in add_file()
312 if ((r = sshkey_parse_private_fileblob(keyblob, pass, in add_file()
H A Dsshkey.h304 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
H A Dsshkey.c3597 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob() function