| /freebsd/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fixed.c | 110 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 D | ssh-verify-attestation.c | 101 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 D | ssh-ecdsa-sk.c | 284 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 D | ssh-sk-helper.c | 119 if ((r = sshbuf_froms(req, &kbuf)) != 0 || in process_sign() 186 (r = sshbuf_froms(req, &challenge)) != 0) in process_enroll()
|
| H A D | monitor_wrap.c | 914 (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 D | ssh-agent.c | 725 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 D | krl.c | 836 (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, §)) != 0) in ssh_krl_from_blob()
|
| H A D | sshbuf.h | 68 int sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp);
|
| H A D | auth-options.c | 91 (r = sshbuf_froms(c, &data)) != 0) { in cert_option_list() 740 (r = sshbuf_froms(m, &b)) != 0) in deserialise_array()
|
| H A D | sshd-session.c | 610 if ((r = sshbuf_froms(hostkeys, &kbuf)) != 0) in parse_hostkeys() 687 (r = sshbuf_froms(m, &hostkeys)) != 0) in recv_rexec_state()
|
| H A D | sshkey.c | 1872 (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 D | ssh-ecdsa.c | 432 sshbuf_froms(b, &sigbuf) != 0) { in ssh_ecdsa_verify()
|
| H A D | sshbuf-getput-basic.c | 545 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms() function
|
| H A D | sftp-server.c | 1730 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 D | ssh_namespace.h | 788 #define sshbuf_froms Fssh_sshbuf_froms macro
|
| H A D | packet.c | 2518 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 D | sftp-client.c | 2906 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 D | mux.c | 1228 if ((r = sshbuf_froms(c->input, &in)) != 0) { in mux_master_read_cb()
|
| H A D | ssh-keygen.c | 2036 (r = sshbuf_froms(options, &option)) != 0) in show_options()
|
| H A D | ChangeLog | 4157 upstream: fix comment on sshbuf_froms() - it *returns* an error
|