Home
last modified time | relevance | path

Searched refs:auth_send (Results 1 – 11 of 11) sorted by relevance

/dports/databases/erlang-epgsql/epgsql-4.1.0/src/commands/
H A Depgsql_cmd_connect.erl33 auth_send :: {integer(), iodata()} | undefined,
98 execute(PgSock, #connect{stage = auth, auth_send = {PacketId, Data}} = St) ->
100 {ok, PgSock, St#connect{auth_send = undefined}}.
161 auth_send = {SendPacketId, SendData}}};
212 auth_send = undefined}};
/dports/security/munge/munge-munge-0.5.14/src/libmunge/
H A DMakefile.am63 auth_send.c \
64 auth_send.h \
H A Dauth_send.h35 int auth_send (m_msg_t m);
H A Dauth_send.c44 auth_send (m_msg_t m) in auth_send() function
76 auth_send (m_msg_t m) in auth_send() function
H A Dm_msg_client.c101 else if (auth_send (mreq) < 0) { in m_msg_client_xfer()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/auth/
H A Dfwtk.c88 if (auth_send(buf) || auth_recv(resp, sizeof(resp))) { in sudo_fwtk_verify()
120 if (auth_send(buf) || auth_recv(resp, sizeof(resp))) { in sudo_fwtk_verify()
/dports/security/krb5-appl/krb5-appl-1.0.3/telnet/libtelnet/
H A Dauth-proto.h65 void auth_send (unsigned char *, int);
H A Dauth.c365 auth_send(data, cnt) in auth_send() function
/dports/security/krb5-appl/krb5-appl-1.0.3/telnet/telnet/
H A Dtelnet.c1029 auth_send(subpointer, SB_LEN()); in suboption()
/dports/databases/elixir-postgrex/postgrex-0.13.5/lib/postgrex/
H A Dprotocol.ex605 auth_send(s, msg_password(pass: pass), status, buffer)
616 auth_send(s, msg_password(pass: ["md5", digest]), status, buffer)
619 defp auth_send(s, msg, status, buffer) do function
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuath.c2286 _PROTOTYP(static int auth_send, (unsigned char *parsedat, int end_sub));
2306 return(auth_send(send_list,send_len));
2311 auth_send(unsigned char *parsedat, int end_sub) in auth_send() function
2313 auth_send(parsedat,end_sub) unsigned char *parsedat; int end_sub; in auth_send()
3576 rc = auth_send(parsedat, end_sub); in auth_parse()