Home
last modified time | relevance | path

Searched refs:sshbuf_froms (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c110 ASSERT_INT_EQ(sshbuf_froms(p2, &p3), 0); in sshbuf_fixed()
119 ASSERT_INT_EQ(sshbuf_froms(p2, &p3), SSH_ERR_MESSAGE_INCOMPLETE); in sshbuf_fixed()
/freebsd/crypto/openssh/regress/misc/ssh-verify-attestation/
H A Dssh-verify-attestation.c101 if ((r = sshbuf_froms(b, &attestation_cert)) != 0 || in prepare_fido_cred()
102 (r = sshbuf_froms(b, &sig)) != 0 || in prepare_fido_cred()
103 (r = sshbuf_froms(b, &authdata)) != 0 || in prepare_fido_cred()
/freebsd/crypto/openssh/
H A Dssh-ecdsa-sk.c284 if (sshbuf_froms(b, &sigbuf) != 0 || in ssh_ecdsa_sk_verify()
292 sshbuf_froms(b, &webauthn_wrapper) != 0 || in ssh_ecdsa_sk_verify()
293 sshbuf_froms(b, &webauthn_exts) != 0) { in ssh_ecdsa_sk_verify()
H A Dssh-sk-helper.c119 if ((r = sshbuf_froms(req, &kbuf)) != 0 || in process_sign()
186 (r = sshbuf_froms(req, &challenge)) != 0) in process_enroll()
H A Dmonitor_wrap.c914 (r = sshbuf_froms(m, hostkeysp)) != 0 || in mm_get_state()
922 if ((r = sshbuf_froms(m, confdatap)) != 0 || in mm_get_state()
923 (r = sshbuf_froms(m, keystatep)) != 0 || in mm_get_state()
925 (r = sshbuf_froms(m, authinfop)) != 0 || in mm_get_state()
926 (r = sshbuf_froms(m, auth_optsp)) != 0) in mm_get_state()
H A Dssh-agent.c725 if ((r = sshbuf_froms(b, &sess_id)) != 0) in parse_userauth_request()
1161 if ((r = sshbuf_froms(m, &b)) != 0 || in parse_dest_constraint()
1162 (r = sshbuf_froms(b, &frombuf)) != 0 || in parse_dest_constraint()
1163 (r = sshbuf_froms(b, &tobuf)) != 0 || in parse_dest_constraint()
1239 if ((r = sshbuf_froms(m, &b)) != 0) { in parse_key_constraint_extension()
1268 (r = sshbuf_froms(m, &b)) != 0) { in parse_key_constraint_extension()
1709 (r = sshbuf_froms(e->request, &sid)) != 0 || in process_ext_session_bind()
1710 (r = sshbuf_froms(e->request, &sig)) != 0 || in process_ext_session_bind()
H A Dkrl.c836 (r = sshbuf_froms(subsect, &value)) != 0) { in cert_extension_subsection()
892 (r = sshbuf_froms(buf, &subsect)) != 0) in parse_revoked_certs()
1016 (r = sshbuf_froms(sect, &value)) != 0) { in extension_section()
1098 (r = sshbuf_froms(copy, &sect)) != 0) in ssh_krl_from_blob()
H A Dsshbuf.h68 int sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp);
H A Dauth-options.c91 (r = sshbuf_froms(c, &data)) != 0) { in cert_option_list()
740 (r = sshbuf_froms(m, &b)) != 0) in deserialise_array()
H A Dsshd-session.c610 if ((r = sshbuf_froms(hostkeys, &kbuf)) != 0) in parse_hostkeys()
687 (r = sshbuf_froms(m, &hostkeys)) != 0) in recv_rexec_state()
H A Dsshkey.c1872 (ret = sshbuf_froms(b, &principals)) != 0 || in cert_parse()
1875 (ret = sshbuf_froms(b, &crit)) != 0 || in cert_parse()
1876 (ret = sshbuf_froms(b, &exts)) != 0 || in cert_parse()
1878 (ret = sshbuf_froms(b, &ca)) != 0) { in cert_parse()
2082 if ((r = sshbuf_froms(buf, &b)) != 0) in sshkey_froms()
3044 (r = sshbuf_froms(decoded, &kdf)) != 0 || in private2_decrypt()
H A Dssh-ecdsa.c432 sshbuf_froms(b, &sigbuf) != 0) { in ssh_ecdsa_verify()
H A Dsshbuf-getput-basic.c545 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms() function
H A Dsftp-server.c1730 if ((r = sshbuf_froms(iqueue, &uids)) != 0 || in process_extended_get_users_groups_by_id()
1731 (r = sshbuf_froms(iqueue, &gids)) != 0) in process_extended_get_users_groups_by_id()
H A Dssh_namespace.h788 #define sshbuf_froms Fssh_sshbuf_froms macro
H A Dpacket.c2518 if ((r = sshbuf_froms(m, &b)) != 0) in newkeys_from_blob()
2797 return sshbuf_froms(ssh->state->incoming_packet, valp); in sshpkt_getb_froms()
H A Dsftp-client.c2906 if ((r = sshbuf_froms(msg, &uidbuf)) != 0 || in sftp_get_users_groups_by_id()
2907 (r = sshbuf_froms(msg, &gidbuf)) != 0) in sftp_get_users_groups_by_id()
H A Dmux.c1228 if ((r = sshbuf_froms(c->input, &in)) != 0) { in mux_master_read_cb()
H A Dssh-keygen.c2036 (r = sshbuf_froms(options, &option)) != 0) in show_options()
H A DChangeLog4157 upstream: fix comment on sshbuf_froms() - it *returns* an error