Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-add.c275 if ((r = sshkey_parse_private_fileblob(keyblob, "", &private, in add_file()
283 if ((r = sshkey_parse_private_fileblob(keyblob, pass, &private, in add_file()
299 if ((r = sshkey_parse_private_fileblob(keyblob, pass, in add_file()
H A Dsshkey.h269 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
H A Dsshkey.c4739 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob() function