Home | History | Annotate | Download | only in openssh

Lines Matching defs:siglen

696 	size_t datlen, siglen;
750 if ((r = sshkey_sign(key, &signature, &siglen, p, datlen,
756 if ((r = ssh_agent_sign(auth_sock, key, &signature, &siglen,
765 is_proof ? "KEX" : "hostkey proof", signature, siglen);
768 if ((r = sshbuf_put_string(m, signature, siglen)) != 0)