Home
last modified time | relevance | path

Searched refs:AUTH (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authnone_create/
H A Dtirpc_authnone_create.c45 AUTH *authNone = NULL; in main()
50 test_status = ((AUTH *) authNone != NULL) ? 0 : 1; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create_default/
H A Dtirpc_authsys_create_default.c45 AUTH *authSys = NULL; in main()
50 test_status = ((AUTH *) authSys != NULL) ? 0 : 1; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/
H A Drpc_authnone_create.c48 AUTH *authNone = NULL; in main()
53 test_status = ((AUTH *) authNone != NULL) ? 0 : 1; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default/
H A Drpc_authunix_create_default.c51 //This is only a test case, normally use, clnt->cl_auth instead of an AUTH structure in main()
52 AUTH *authUnx = NULL; in main()
57 test_status = ((AUTH *) authUnx != NULL) ? 0 : 1; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create/
H A Dtirpc_authsys_create.c46 AUTH *authSys = NULL; in main()
60 test_status = ((AUTH *) authSys != NULL) ? 0 : 1; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/
H A Drpc_authunix_create.c56 AUTH *authUnx = NULL; in main()
84 test_status = ((AUTH *) authUnx != NULL) ? 0 : 1; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/
H A Drpc_auth_destroy.c48 AUTH *authNone = NULL; in main()
/third_party/curl/tests/
H A Dtest1119.pl114 while(s/\W(CURL(AUTH|E|H|MOPT|OPT|SHOPT|UE|M|SSH|SSLBACKEND|HEADER|FORM|FTP|PIPE|MIMEOPT|GSSAPI|ALTSVC|PROTO|PROXY|UPART|USESSL|_READFUNC|_WRITEFUNC|_CSELECT|_FORMADD|_IPRESOLVE|_REDIR|_RTSPREQ|_TIMECOND|_VERSION)_[a-zA-Z0-9_]+)//) {
H A Dftpserver.pl589 'AUTH' => \&AUTH_pop3,
804 push @data, "AUTH $mechs";
1058 sendcontrol "214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP AUTH\r\n";
1172 $data .= " AUTH=$am";
1785 # Calculate the AUTH response
1792 # Send the AUTH response
2947 elsif($_ =~ /AUTH (.*)/) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_common.c41 E2S(AUTH); in event_to_string()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_common.c41 E2S(AUTH); in event_to_string()
/third_party/python/Lib/test/
H A Dtest_smtplib.py830 AUTH = 99 # Add protocol state to enable auth testing. variable in SimSMTPChannel
838 # AUTH related stuff. It would be nice if support for this were in smtpd.
840 if self.smtp_state == self.AUTH:
857 if not self.extended_smtp or 'AUTH' not in self._extrafeatures:
858 self.push('500 Error: command "AUTH" not recognized')
866 self.push('501 Syntax: AUTH <mechanism> [initial-response]')
875 self.smtp_state = self.AUTH
916 # This AUTH mechanism will 'trap' client in a neverending 334
936 # end AUTH related stuff.
1123 self.serv.add_feature("AUTH PLAI
[all...]
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs55 pub const AUTH: Self = Self(c::EAUTH); consts

Completed in 8 milliseconds