Lines Matching refs:sshbuf_put_u8
223 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_lock_agent()
276 if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_REQUEST_IDENTITIES)) != 0) in ssh_fetch_identitylist()
422 if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 || in ssh_agent_sign()
473 (r = sshbuf_put_u8(b, dch->key_is_ca[i] != 0)) != 0) in encode_dest_constraint_hop()
517 if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_LIFETIME)) != 0 || in encode_constraints()
522 if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_CONFIRM)) != 0) in encode_constraints()
526 if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_MAXSIGN)) != 0 || in encode_constraints()
531 if ((r = sshbuf_put_u8(m, in encode_constraints()
548 if ((r = sshbuf_put_u8(m, in encode_constraints()
566 if ((r = sshbuf_put_u8(m, in encode_constraints()
570 (r = sshbuf_put_u8(m, cert_only != 0)) != 0 || in encode_constraints()
620 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_add_identity_constrained()
661 if ((r = sshbuf_put_u8(msg, in ssh_remove_identity()
703 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_update_card()
740 if ((r = sshbuf_put_u8(msg, type)) != 0) in ssh_remove_all_identities()
764 if ((r = sshbuf_put_u8(msg, SSH_AGENTC_EXTENSION)) != 0 || in ssh_agent_bind_hostkey()
769 (r = sshbuf_put_u8(msg, forwarding ? 1 : 0)) != 0) in ssh_agent_bind_hostkey()