Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDssh-pkcs11-client.c63 recv_msg(Buffer *m) in recv_msg() function
128 if (recv_msg(&msg) == SSH2_AGENT_SIGN_RESPONSE) { in pkcs11_rsa_private_encrypt()
203 if (recv_msg(&msg) == SSH2_AGENT_IDENTITIES_ANSWER) { in pkcs11_add_provider()
234 if (recv_msg(&msg) == SSH_AGENT_SUCCESS) in pkcs11_del_provider()
/trueos/lib/libtacplus/
HDtaclib.c72 static int recv_msg(struct tac_handle *);
546 recv_msg(struct tac_handle *h) in recv_msg() function
1089 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_authen()
1147 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_author()
1205 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_acct()