Searched refs:recv_msg (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssh/
H A Dssh-pkcs11-client.c63 recv_msg(Buffer *m) function
128 if (recv_msg(&msg) == SSH2_AGENT_SIGN_RESPONSE) {
203 if (recv_msg(&msg) == SSH2_AGENT_IDENTITIES_ANSWER) {
234 if (recv_msg(&msg) == SSH_AGENT_SUCCESS)
/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib.c72 static int recv_msg(struct tac_handle *);
546 recv_msg(struct tac_handle *h) function
1089 if (send_msg(h) == -1 || recv_msg(h) == -1)
1147 if (send_msg(h) == -1 || recv_msg(h) == -1)
1205 if (send_msg(h) == -1 || recv_msg(h) == -1)

Completed in 217 milliseconds