HomeSort by relevance Sort by last modified time
    Searched refs:SSH2_AGENTC_SIGN_REQUEST (Results 1 - 5 of 5) sorted by null

  /external/openssh/
authfd.h 60 #define SSH2_AGENTC_SIGN_REQUEST 13
ssh-pkcs11-client.c 122 buffer_put_char(&msg, SSH2_AGENTC_SIGN_REQUEST);
ssh-pkcs11-helper.c 242 case SSH2_AGENTC_SIGN_REQUEST:
authfd.c 466 if ((r = sshbuf_put_u8(msg, SSH2_AGENTC_SIGN_REQUEST)) != 0 ||
ssh-agent.c 935 case SSH2_AGENTC_SIGN_REQUEST:
    [all...]

Completed in 56 milliseconds