Home
last modified time | relevance | path

Searched refs:SSH2_AGENTC_SIGN_REQUEST (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dauthfd.h60 #define SSH2_AGENTC_SIGN_REQUEST 13 macro
Dssh-pkcs11-client.c142 if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 || in rsa_encrypt()
201 if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 || in ecdsa_do_sign()
Dssh-pkcs11-helper.c292 case SSH2_AGENTC_SIGN_REQUEST: in process()
Dauthfd.c403 if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 || in ssh_agent_sign()
Dssh-agent.c837 case SSH2_AGENTC_SIGN_REQUEST: in process_message()