Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fixed.c75 p2 = sshbuf_fromb(p1); in sshbuf_fixed()
/external/openssh/
Dsshbuf.h80 struct sshbuf *sshbuf_fromb(struct sshbuf *buf);
Dsshbuf.c119 sshbuf_fromb(struct sshbuf *buf) in sshbuf_fromb() function
Dauth-options.c469 if ((c = sshbuf_fromb(oblob)) == NULL) { in parse_option_list()
Dkrl.c942 if ((copy = sshbuf_fromb(buf)) == NULL) { in ssh_krl_from_blob()
1051 if ((copy = sshbuf_fromb(buf)) == NULL) { in ssh_krl_from_blob()
Dkex.c283 if ((b = sshbuf_fromb(raw)) == NULL) { in kex_buf2prop()
Dsshkey.c1979 if ((copy = sshbuf_fromb(b)) == NULL) { in sshkey_from_blob_internal()
3624 if ((copy = sshbuf_fromb(blob)) == NULL) in sshkey_parse_public_rsa1_fileblob()
3692 if ((copy = sshbuf_fromb(blob)) == NULL || in sshkey_parse_private_rsa1()
Dssh-keygen.c1843 if ((options = sshbuf_fromb(optbuf)) == NULL) in show_options()