Lines Matching refs:sshbuf_put_u8
189 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_lock_agent()
295 if ((r = sshbuf_put_u8(msg, code1)) != 0) in ssh_fetch_identitylist()
401 if ((r = sshbuf_put_u8(msg, SSH_AGENTC_RSA_CHALLENGE)) != 0 || in ssh_decrypt_challenge()
452 if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 || in ssh_agent_sign()
521 if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_LIFETIME)) != 0 || in encode_constraints()
526 if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_CONFIRM)) != 0) in encode_constraints()
555 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_add_identity_constrained()
573 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_add_identity_constrained()
611 if ((r = sshbuf_put_u8(msg, in ssh_remove_identity()
622 if ((r = sshbuf_put_u8(msg, in ssh_remove_identity()
665 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_update_card()
697 if ((r = sshbuf_put_u8(msg, type)) != 0) in ssh_remove_all_identities()