Searched refs:otherName (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dreaderstate.cpp76 int SharedReaderState_ReaderNameIsEqual(READER_STATE *rs, const char *otherName) argument
78 if (otherName)
81 return (strcmp(otherName, srs->xreaderName()) == 0);
H A Dreaderstate.h50 int SharedReaderState_ReaderNameIsEqual(READER_STATE *rs, const char *otherName);
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_genn.c82 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
H A Dv3_alt.c499 else if(!name_cmp(name, "otherName"))
542 if (!(gen->d.otherName = OTHERNAME_new()))
547 ASN1_TYPE_free(gen->d.otherName->value);
548 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
554 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
556 if (!gen->d.otherName->type_id)
H A Dx509v3.h181 OTHERNAME *otherName; /* otherName */ member in union:GENERAL_NAME_st::__anon3346
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunames.cpp100 const char *otherName; member in struct:__anon837
333 const char *otherName) {
338 const char *origOtherName = otherName;
373 if((char)c!=*otherName++) {
390 if((char)c!=*otherName++) {
397 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
409 if((char)c!=*otherName++) {
418 return (UBool)(*otherName==0);
625 const char *otherName=((FindName *)context)->otherName; local
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
1078 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) argument
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c1066 rc = MatchingComponentOtherName ( oid, (ComponentSyntaxInfo*)(v1->a.otherName), (ComponentSyntaxInfo*)(v2->a.otherName) );
1104 (( comp->a.otherName->identifier.bv_val && strncmp(comp->a.otherName->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0) ||
1105 ( strncmp(comp->a.otherName->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0))) {
1107 return (comp->a.otherName);
1110 return ExtractingComponentOtherName ( mem_op, cr, (comp->a.otherName) );
1239 rc = BDecComponentOtherName (mem_op, b, tagId1, elmtLen1, (&k->a.otherName), &totalElmtsLen1, mode);
1241 (k->a.otherName)->identifier.bv_val = (k->a.otherName)
[all...]
H A DauthorityKeyIdentifier.h255 ComponentOtherName* otherName; /* [0] OtherName */ member in union:GeneralName::GeneralNameChoiceUnion
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dprint.c598 "%sAltName otherName ", name);
602 &gn.val[i].u.otherName.type_id) != 0)
607 (*altname_types[j].func)(ctx, &gn.val[i].u.otherName.value);
611 hx509_oid_print(&gn.val[i].u.otherName.type_id,
H A Dcert.c776 der_heim_oid_cmp(&sa.val[j].u.otherName.type_id, oid) == 0)
778 ret = add_to_list(list, &sa.val[j].u.otherName.value);
1805 if (der_heim_oid_cmp(&c->u.otherName.type_id,
1806 &n->u.otherName.type_id) != 0)
1808 if (heim_any_cmp(&c->u.otherName.value,
1809 &n->u.otherName.value) != 0)
H A Dca.c553 * Add Subject Alternative Name otherName to the to-be-signed
576 gn.u.otherName.type_id = *oid;
577 gn.u.otherName.value = *os;
H A Dname.c1033 hx509_oid_sprint(&name->u.otherName.type_id, &oid);
1036 strpool = rk_strpoolprintf(strpool, "otherName: %s", oid);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSet.c1132 CFStringRef otherName; local
1140 otherName = SCNetworkSetGetName(set);
1141 if ((otherName != NULL) && CFEqual(name, otherName)) {
H A DSCNetworkService.c1454 CFStringRef otherName; local
1466 otherName = SCNetworkServiceGetName(otherService);
1467 if ((otherName != NULL) && CFEqual(name, otherName)) {
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dx509v3.h181 OTHERNAME *otherName; /* otherName */ member in union:GENERAL_NAME_st::__anon3422

Completed in 178 milliseconds