Home
last modified time | relevance | path

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

/external/openssh/
Dsshbuf.h80 struct sshbuf *sshbuf_fromb(struct sshbuf *buf);
Dsshbuf.c119 sshbuf_fromb(struct sshbuf *buf) in sshbuf_fromb() function
Dauth-options.c445 if ((c = sshbuf_fromb(oblob)) == NULL) { in parse_option_list()
Dkrl.c945 if ((copy = sshbuf_fromb(buf)) == NULL) { in ssh_krl_from_blob()
1055 if ((copy = sshbuf_fromb(buf)) == NULL) { in ssh_krl_from_blob()
Dkex.c261 if ((b = sshbuf_fromb(raw)) == NULL) { in kex_buf2prop()
Dsshkey.c1973 if ((copy = sshbuf_fromb(b)) == NULL) { in sshkey_from_blob_internal()
3583 if ((copy = sshbuf_fromb(blob)) == NULL) in sshkey_parse_public_rsa1_fileblob()
3654 if ((copy = sshbuf_fromb(blob)) == NULL || in sshkey_parse_private_rsa1()
Dssh-keygen.c1816 if ((options = sshbuf_fromb(optbuf)) == NULL) in show_options()