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()
466 if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 || in ssh_agent_sign()
535 if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_LIFETIME)) != 0 || in encode_constraints()
540 if ((r = sshbuf_put_u8(m, SSH_AGENT_CONSTRAIN_CONFIRM)) != 0) in encode_constraints()
569 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_add_identity_constrained()
587 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_add_identity_constrained()
625 if ((r = sshbuf_put_u8(msg, in ssh_remove_identity()
636 if ((r = sshbuf_put_u8(msg, in ssh_remove_identity()
679 if ((r = sshbuf_put_u8(msg, type)) != 0 || in ssh_update_card()
711 if ((r = sshbuf_put_u8(msg, type)) != 0) in ssh_remove_all_identities()