Searched refs:authenticate (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_dce.c64 int reenter = 0; /* internal to authenticate() */
66 char *msg; /* response from authenticate() */
69 int authenticate(char *, char *, int *, char **); /* DCE authenticator */
71 rc = authenticate(login, password, &reenter, &msg);
74 * Failed. authenticate() has allocated storage for msg. We have
76 * space allocated inside of authenticate().
H A Dmechanisms.h42 char *(*authenticate)(const char *, const char *, member in struct:__anon11450
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_auth_request_private.h52 bool authenticate(const char* username, const char* password);
H A Dewk_auth_request.cpp112 bool EwkAuthRequest::authenticate(const char* username, const char* password) function in class:EwkAuthRequest
152 return impl->authenticate(username, password);
/macosx-10.10.1/sudo-73/src/
H A Dsudoers2ldif120 s/NOPASSWD:\s*// && push @options,"!authenticate";
121 s/PASSWD:\s*// && push @options,"authenticate";
H A Ddef_data.in53 authenticate
55 "Require users to authenticate by default"
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslAlert/
H A DsslAlert.cpp286 serverParams.authenticate = kAlwaysAuthenticate;
299 serverParams.authenticate = kAlwaysAuthenticate;
317 serverParams.authenticate = kAlwaysAuthenticate;
335 serverParams.authenticate = kAlwaysAuthenticate;
351 serverParams.authenticate = kAlwaysAuthenticate;
364 serverParams.authenticate = kTryAuthenticate;
378 serverParams.authenticate = kTryAuthenticate;
389 serverParams.authenticate = kTryAuthenticate;
407 serverParams.authenticate = kTryAuthenticate;
/macosx-10.10.1/Heimdal-398.1.2/appl/kx/
H A Dcontext.c69 return (*kc->authenticate)(kc, s);
H A Dkx.h181 int (*authenticate)(struct kx_context *kc, int s); member in struct:kx_context
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dport-aix.h44 int authenticate(char *, char *, int *, char **);
/macosx-10.10.1/ruby-106/ruby/lib/webrick/httpauth/
H A Dbasicauth.rb69 def authenticate(req, res) method in class:WEBrick.HTTPAuth.BasicAuth
/macosx-10.10.1/sudo-73/src/auth/
H A Daix_auth.c51 * http://publib16.boulder.ibm.com/doc_link/en_US/a_doc_lib/libs/basetrf1/authenticate.htm
69 result = authenticate(pw->pw_name, pass, &reenter, &message);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslServer.cpp237 SSLAuthenticate authenticate,
412 if(authenticate != kNeverAuthenticate) {
413 ortn = SSLSetClientSideAuthenticate(ctx, authenticate);
727 SSLAuthenticate authenticate = kNeverAuthenticate; local
847 case 'a': authenticate = kAlwaysAuthenticate; break;
848 case 'n': authenticate = kNeverAuthenticate; break;
849 case 't': authenticate = kTryAuthenticate; break;
1006 authenticate,
221 sslServe( otSocket listenSock, unsigned short portNum, SSLProtocol tryVersion, const char *acceptedProts, CFArrayRef serverCerts, char *password, CFArrayRef encryptServerCerts, bool allowExpired, bool allowAnyRoot, bool allowExpiredRoot, bool disableCertVerify, char *anchorFile, bool replaceAnchors, char cipherRestrict, SSLAuthenticate authenticate, unsigned char *dhParams, unsigned dhParamsLen, CFArrayRef acceptableDNList, bool resumableEnable, uint32_t sessionCacheTimeout, bool disableAnonCiphers, bool silent, bool pause, SSLProtocol *negVersion, SSLCipherSuite *negCipher, SSLClientCertificateState *certState, Boolean *sessionWasResumed, unsigned char *sessionID, size_t *sessionIDLength, CFArrayRef *peerCerts, char **argv) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslServer/
H A DsslServer.cpp231 SSLAuthenticate authenticate,
406 if(authenticate != kNeverAuthenticate) {
407 ortn = SSLSetClientSideAuthenticate(ctx, authenticate);
738 SSLAuthenticate authenticate = kNeverAuthenticate; local
858 case 'a': authenticate = kAlwaysAuthenticate; break;
859 case 'n': authenticate = kNeverAuthenticate; break;
860 case 't': authenticate = kTryAuthenticate; break;
1005 authenticate,
215 sslServe( otSocket listenSock, unsigned short portNum, SSLProtocol tryVersion, const char *acceptedProts, CFArrayRef serverCerts, char *password, CFArrayRef encryptServerCerts, CSSM_BOOL allowExpired, CSSM_BOOL allowAnyRoot, CSSM_BOOL allowExpiredRoot, CSSM_BOOL disableCertVerify, char *anchorFile, CSSM_BOOL replaceAnchors, char cipherRestrict, SSLAuthenticate authenticate, unsigned char *dhParams, unsigned dhParamsLen, CFArrayRef acceptableDNList, CSSM_BOOL resumableEnable, uint32 sessionCacheTimeout, CSSM_BOOL disableAnonCiphers, CSSM_BOOL silent, CSSM_BOOL pause, SSLProtocol *negVersion, SSLCipherSuite *negCipher, SSLClientCertificateState *certState, Boolean *sessionWasResumed, unsigned char *sessionID, size_t *sessionIDLength, CFArrayRef *peerCerts, char **argv) argument
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DsslServer.cpp238 SSLAuthenticate authenticate,
413 if(authenticate != kNeverAuthenticate) {
414 ortn = SSLSetClientSideAuthenticate(ctx, authenticate);
727 SSLAuthenticate authenticate = kNeverAuthenticate; local
846 case 'a': authenticate = kAlwaysAuthenticate; break;
847 case 'n': authenticate = kNeverAuthenticate; break;
848 case 't': authenticate = kTryAuthenticate; break;
1010 authenticate,
222 sslServe( otSocket listenSock, unsigned short portNum, SSLProtocol tryVersion, const char *acceptedProts, CFArrayRef serverCerts, char *password, CFArrayRef encryptServerCerts, bool allowExpired, bool allowAnyRoot, bool allowExpiredRoot, bool disableCertVerify, char *anchorFile, bool replaceAnchors, char cipherRestrict, SSLAuthenticate authenticate, unsigned char *dhParams, unsigned dhParamsLen, CFArrayRef acceptableDNList, bool resumableEnable, uint32_t sessionCacheTimeout, bool disableAnonCiphers, bool silent, bool pause, SSLProtocol *negVersion, SSLCipherSuite *negCipher, SSLClientCertificateState *certState, Boolean *sessionWasResumed, unsigned char *sessionID, size_t *sessionIDLength, CFArrayRef *peerCerts, char **argv) argument
H A DsslThreading.h43 SSLAuthenticate authenticate; member in struct:__anon5449
H A DsslServe.cpp192 if(params->authenticate != kNeverAuthenticate) {
193 ortn = SSLSetClientSideAuthenticate(ctx, params->authenticate);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslThreading.h47 SSLAuthenticate authenticate; member in struct:__anon5228
H A DsslServe.cpp225 if(params->authenticate != kNeverAuthenticate) {
226 ortn = SSLSetClientSideAuthenticate(ctx, params->authenticate);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSDatabase.h85 authenticate(DbContext &dbContext,
H A DMDSDatabase.cpp185 MDSDatabase::authenticate(DbContext &dbContext, function in class:MDSDatabase
/macosx-10.10.1/ruby-106/ruby/test/xmlrpc/
H A Dtest_webrick_server.rb23 @@basic_auth.authenticate(req, res)
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-opts.def241 @item authenticate [ yes | no ]
244 does not authenticate requests unless
247 .Ql authenticate yes
258 .Ql authenticate
313 used to authenticate configuration requests.
339 be echoed) which will be used to authenticate configuration
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSDatabase.h56 void authenticate(CSSM_DB_ACCESS_TYPE inAccessRequest,
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslSession/
H A DsslSession.cpp220 serverDefaults.authenticate = kAlwaysAuthenticate;

Completed in 293 milliseconds

1234