HomeSort by relevance Sort by last modified time
    Searched refs:keyblob (Results 1 - 3 of 3) sorted by null

  /external/openssh/
ssh-add.c 189 struct sshbuf *keyblob; local
209 if ((keyblob = sshbuf_new()) == NULL)
211 if ((r = sshkey_load_file(fd, keyblob)) != 0) {
214 sshbuf_free(keyblob);
221 if ((r = sshkey_parse_private_fileblob(keyblob, "", filename,
229 if ((r = sshkey_parse_private_fileblob(keyblob, pass, filename,
248 if ((r = sshkey_parse_private_fileblob(keyblob, pass,
258 sshbuf_free(keyblob);
267 sshbuf_free(keyblob);
authfile.c 80 struct sshbuf *keyblob = NULL; local
83 if ((keyblob = sshbuf_new()) == NULL)
85 if ((r = sshkey_private_to_fileblob(key, keyblob, passphrase, comment,
88 if ((r = sshkey_save_private_blob(keyblob, filename)) != 0)
92 sshbuf_free(keyblob);
sshconnect2.c 1585 u_char *sig = NULL, *keyblob = NULL; local
    [all...]

Completed in 57 milliseconds