Searched refs:sshbuf_froms (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fixed.c | 113 ASSERT_INT_EQ(sshbuf_froms(p2, &p3), 0); in sshbuf_fixed() 122 ASSERT_INT_EQ(sshbuf_froms(p2, &p3), SSH_ERR_MESSAGE_INCOMPLETE); in sshbuf_fixed()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ssh-ecdsa.c | 140 sshbuf_froms(b, &sigbuf) != 0) { in ssh_ecdsa_verify()
|
| H A D | sshbuf.h | 80 int sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp);
|
| H A D | auth-options.c | 158 (r = sshbuf_froms(c, &data)) != 0) { in cert_option_list() 773 (r = sshbuf_froms(m, &b)) != 0) in deserialise_array()
|
| H A D | sshbuf-getput-basic.c | 379 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms() function
|
| H A D | sshkey.c | 1889 (ret = sshbuf_froms(b, &principals)) != 0 || in cert_parse() 1892 (ret = sshbuf_froms(b, &crit)) != 0 || in cert_parse() 1893 (ret = sshbuf_froms(b, &exts)) != 0 || in cert_parse() 1895 (ret = sshbuf_froms(b, &ca)) != 0) { in cert_parse() 2288 if ((r = sshbuf_froms(buf, &b)) != 0) in sshkey_froms() 3578 (r = sshbuf_froms(decoded, &kdf)) != 0 || in sshkey_parse_private2()
|
| H A D | krl.c | 831 (r = sshbuf_froms(buf, &subsect)) != 0) in parse_revoked_certs() 1061 (r = sshbuf_froms(copy, §)) != 0) in ssh_krl_from_blob()
|
| H A D | ssh_namespace.h | 658 #define sshbuf_froms Fssh_sshbuf_froms macro
|
| H A D | packet.c | 2275 if ((r = sshbuf_froms(m, &b)) != 0) in newkeys_from_blob()
|
| H A D | ssh-keygen.c | 1959 (r = sshbuf_froms(options, &option)) != 0) in show_options()
|
| H A D | mux.c | 1193 if ((r = sshbuf_froms(c->input, &in)) != 0) { in mux_master_read_cb()
|