Searched refs:authenticator (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControlPrivate.h97 EAPOLControlCopyItemIDForAuthenticator(CFDataRef authenticator);
108 EAPOLControlSetItemIDForAuthenticator(CFDataRef authenticator,
H A DEAPOLControl.c874 S_authenticator_copy_string(CFDataRef authenticator) argument
878 if (CFDataGetLength(authenticator) != sizeof(struct ether_addr)) {
881 bytes = CFDataGetBytePtr(authenticator);
887 EAPOLControlCopyItemIDForAuthenticator(CFDataRef authenticator) argument
898 str = S_authenticator_copy_string(authenticator);
932 EAPOLControlSetItemIDForAuthenticator(CFDataRef authenticator, argument
942 str = S_authenticator_copy_string(authenticator);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dbuild_ap_req.c41 krb5_data authenticator,
60 ap.authenticator.etype = enctype;
61 ap.authenticator.kvno = NULL;
62 ap.authenticator.cipher = authenticator;
37 krb5_build_ap_req(krb5_context context, krb5_enctype enctype, krb5_creds *cred, krb5_flags ap_options, krb5_data authenticator, krb5_data *retdata) argument
H A Dauth_context.c48 ALLOC(p->authenticator, 1);
49 if (!p->authenticator) {
54 memset (p->authenticator, 0, sizeof(*p->authenticator));
73 krb5_free_authenticator(context, &auth_context->authenticator);
474 krb5_authenticator *authenticator)
476 *authenticator = malloc(sizeof(**authenticator));
477 if (*authenticator == NULL) {
482 return copy_Authenticator(auth_context->authenticator,
472 krb5_auth_con_getauthenticator(krb5_context context, krb5_auth_context auth_context, krb5_authenticator *authenticator) argument
488 krb5_free_authenticator(krb5_context context, krb5_authenticator *authenticator) argument
[all...]
H A Dmk_req_ext.c48 krb5_data authenticator; local
132 &authenticator,
140 in_creds, ap_req_options, authenticator, outbuf);
H A Drd_rep.c89 if ((*repl)->ctime != auth_context->authenticator->ctime ||
90 (*repl)->cusec != auth_context->authenticator->cusec)
H A Drd_req.c72 Authenticator *authenticator,
100 authenticator, &len);
177 ret = _krb5_get_ad(context, auth_context->authenticator->authorization_data, NULL, KRB5_AUTHDATA_GSS_API_ETYPE_NEGOTIATION, &data);
246 krb5_authenticator authenticator; local
251 &authenticator);
254 if(authenticator->cksum == NULL) {
255 krb5_free_authenticator(context, &authenticator);
260 krb5_free_authenticator(context, &authenticator);
271 authenticator->cksum);
274 krb5_free_authenticator(context, &authenticator);
69 decrypt_authenticator(krb5_context context, EncryptionKey *key, EncryptedData *enc_part, Authenticator *authenticator, krb5_key_usage usage) argument
[all...]
H A Dmk_rep.c54 body.ctime = auth_context->authenticator->ctime;
55 body.cusec = auth_context->authenticator->cusec;
H A Dbuild_auth.c183 auth_context->authenticator->ctime = auth.ctime;
184 auth_context->authenticator->cusec = auth.cusec;
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dsvc_auth.c60 * svc_auth_nodes.c, Server-side rpc authenticator interface,
88 enum auth_stat (*authenticator)(); member in struct:__anon2889
127 return ((*(svcauthsw[cred_flavor].authenticator))(rqst, msg));
/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dradius.h58 int radius_decryptmppekey(char *key, u_int8_t *attr_value, size_t attr_len, char *secret, char *authenticator, size_t auth_len);
/macosx-10.10.1/pam_modules-140/modules/pam_mount/
H A Dpam_mount.c52 char *authenticator = NULL; local
54 if (PAM_SUCCESS != pam_get_authtok(pamh, PAM_AUTHTOK, (void *)&authenticator, password_prompt)) {
58 if (PAM_SUCCESS != pam_setenv(pamh, "mount_authenticator", authenticator, 1)) {
84 const char *authenticator = NULL; local
108 /* get the authenticator */
109 if (NULL == (authenticator = pam_getenv(pamh, "mount_authenticator"))) {
110 openpam_log(PAM_LOG_DEBUG, "Unable to retrieve the authenticator.");
126 //openpam_log(PAM_LOG_DEBUG, " authenticator: %s", authenticator); // We don't want to log user's passwords.
150 authenticator,
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-imap.el49 (authenticator (if user 'login 'anonymous)))
53 (nnimap-authenticator ,authenticator)))))
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dccaudit_extensions.h241 void logSuccess(uid_t authenticator, uid_t target, const char *targetName);
245 void logFailure(uid_t authenticator, const char *targetName);
H A Dccaudit_extensions.cpp372 RightAuthenticationLogger::logSuccess(uid_t authenticator, uid_t target, const char *targetName) argument
380 writeToken(au_to_arg32(1, authenticatorStr, authenticator), "authenticator");
422 RightAuthenticationLogger::logFailure(uid_t authenticator, const char *targetName) argument
427 writeToken(au_to_arg32(1, authenticatorStr, authenticator), "authenticator");
/macosx-10.10.1/OpenSSL098-52/src/crypto/krb5/
H A Dkrb5_asn.h129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
193 /* -- Unencrypted authenticator
195 ** authenticator-vno[0] INTEGER,
H A Dkrb5_asn.c105 ASN1_EXP(KRB5_APREQBODY, authenticator, KRB5_ENCDATA, 4),
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dkrb5_asn.h129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
193 /* -- Unencrypted authenticator
195 ** authenticator-vno[0] INTEGER,
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c690 CFDataRef authenticator; local
709 authenticator = CFDictionaryGetValue(status_dict,
738 if (itemID != NULL && authenticator != NULL) {
739 EAPOLControlSetItemIDForAuthenticator(authenticator, itemID);
752 if (authenticator != NULL) {
753 EAPOLControlSetItemIDForAuthenticator(authenticator, NULL);
869 CFDataRef authenticator = NULL; local
894 authenticator
897 authenticator = isA_CFData(authenticator);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Daccept_sec_context.c775 krb5_authenticator authenticator; local
779 &authenticator);
786 if (authenticator->cksum == NULL) {
787 krb5_free_authenticator(context, &authenticator);
792 if (authenticator->cksum->cksumtype == CKSUMTYPE_GSSAPI) {
812 authenticator->cksum,
817 krb5_free_authenticator(context, &authenticator);
884 krb5_free_authenticator(context, &authenticator);
898 authenticator->cksum);
899 krb5_free_authenticator(context, &authenticator);
[all...]
/macosx-10.10.1/libtelnet-13/
H A Dkerberos5.c403 krb5_authenticator *authenticator; local
475 &authenticator);
484 !authenticator->checksum) {
486 "authenticator is missing required checksum");
489 if (authenticator->checksum) {
491 krb5_checksum *cksum = authenticator->checksum;
527 krb5_free_authenticator(telnet_context, authenticator);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dlak.c109 static LAK_AUTH_METHOD authenticator[] = { variable
1539 for (i = 0; authenticator[i].method != -1; i++) {
1540 if (authenticator[i].method == lak->conf->auth_method) {
1541 if (authenticator[i].check) {
1543 rc = (authenticator[i].check)(lak, user, service, realm, password);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_srvr.c2004 krb5_data authenticator; local
2034 authenticator.length = i;
2036 if (n < (int)(enc_ticket.length + authenticator.length) + 6)
2043 authenticator.data = (char *)p;
2044 p+=authenticator.length;
2061 if (n != (long)(enc_ticket.length + authenticator.length +
2083 /* Note: no authenticator is not considered an error,
2086 if ((krb5rc = kssl_check_authent(kssl_ctx, &authenticator,
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dkx509.c309 &req->authenticator,
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dimap.rb283 # Adds an authenticator for Net::IMAP#authenticate. +auth_type+
284 # is the type of authentication this authenticator supports
285 # (for instance, "LOGIN"). The +authenticator+ is an object
292 # If +auth_type+ refers to an existing authenticator, it will be
294 def self.add_authenticator(auth_type, authenticator)
295 @@authenticators[auth_type] = authenticator
402 # Authentication is done using the appropriate authenticator object:
404 # authenticator.
417 authenticator = @@authenticators[auth_type].new(*args)
420 data = authenticator
[all...]

Completed in 172 milliseconds

12