• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/eap8021x-198/EAP8021X.fproj/

Lines Matching refs:identifier

662 EAPTLSPacketCreate2(EAPCode code, int type, u_char identifier, int mtu,
707 eaptls->identifier = identifier;
735 EAPTLSPacketCreate(EAPCode code, int type, u_char identifier, int mtu,
738 return (EAPTLSPacketCreate2(code, type, identifier, mtu,
807 eaptls_pkt->identifier, length, eaptls_pkt->flags,
987 EAPTLSTrustExceptionsSave(CFStringRef domain, CFStringRef identifier,
1004 exceptions_list = CFDictionaryGetValue(domain_list, identifier);
1019 /* no exceptions for this identifier yet, create one */
1043 (const void * *)&identifier,
1055 CFDictionarySetValue(new_domain_list, identifier, exceptions_list);
1078 * given domain, identifier, and server_hash_str, all of which must be
1086 CFStringRef domain, CFStringRef identifier,
1096 EAPTLSTrustExceptionsSave(domain, identifier, server_hash_str,
1106 * trust domain and identifier.
1113 EAPTLSRemoveTrustExceptionsBindings(CFStringRef domain, CFStringRef identifier)
1123 EAPSIMAKAPersistentStateForgetSSID(identifier);
1138 exceptions_list = CFDictionaryGetValue(domain_list, identifier);
1145 CFDictionaryRemoveValue(new_domain_list, identifier);
1161 EAPTLSTrustExceptionsCopy(CFStringRef domain, CFStringRef identifier,
1175 exceptions_list = CFDictionaryGetValue(domain_list, identifier);
1191 * Finds a stored trust exceptions object for the given domain, identifier,
1197 CFStringRef identifier,
1202 exceptions = EAPTLSTrustExceptionsCopy(domain, identifier,
1226 CFStringRef identifier = NULL;
1278 /* both the trust exception domain and identifier must be specified */
1282 identifier
1285 if (isA_CFString(domain) == NULL || isA_CFString(identifier) == NULL) {
1293 EAPTLSSecTrustApplyExceptionsBinding(trust, domain, identifier,
1330 CFStringRef domain, CFStringRef identifier)
1337 CFDictionarySetValue(dict, kEAPClientPropTLSTrustExceptionsID, identifier);
1414 CFStringRef identifier;
1419 identifier
1422 EAPTLSSecTrustSaveExceptionsBinding(trust, domain, identifier,
1857 fprintf(stderr, "usage:\n%s get <domain> <identifier> <cert-file>\n",
1859 fprintf(stderr, "%s remove_all <domain> <identifier>\n", progname);
1884 getTrustExceptions(char * domain, char * identifier, char * cert_file)
1898 identifier,
1925 removeAllTrustExceptions(char * domain, char * identifier)
1937 identifier,
2030 fprintf(stderr, "usage: %s <domain> <identifier> <config> <certs>\n",
2044 const char * identifier;
2055 identifier = argv[2];
2082 identifier,