Searched refs:byName (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/My/
H A DParameters.pm45 my($a, $b, $c) = SOAP::Server::Parameters::byName([qw(a b c)], @_);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A DocspTemplates.h175 * byName EXPLICIT [1] Name,
185 SecAsn1Item byName; member in union:__anon3617
H A DocspTemplates.c173 offsetof(SecAsn1OCSPResponderID, byName),
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DocspTemplates.h175 * byName EXPLICIT [1] Name,
185 SecAsn1Item byName; member in union:__anon4052
H A DocspTemplates.c173 offsetof(SecAsn1OCSPResponderID, byName),
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DocspTemplates.h175 * byName EXPLICIT [1] Name,
185 SecAsn1Item byName; member in union:__anon4174
H A DocspTemplates.c173 offsetof(SecAsn1OCSPResponderID, byName),
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DocspTemplates.h175 * byName EXPLICIT [1] Name,
185 SecAsn1Item byName; member in union:__anon4296
H A DocspTemplates.c173 offsetof(SecAsn1OCSPResponderID, byName),
/macosx-10.10.1/OpenSSL098-52/src/demos/asn1/
H A Docsp.c126 byName [1] Name, --EXPLICIT
221 X509_NAME *byName; member in union:__anon3360::__anon3361
329 ASN1_EXP(ResponderID, d.byName, X509_NAME, 1),
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecOCSPResponse.c91 byName [1] Name,
375 /* @@@ Since we don't use the decoded byName value we could skip
568 if ((size_t)CFDataGetLength(subject) == this->responderID.byName.Length &&
569 !memcmp(this->responderID.byName.Data, CFDataGetBytePtr(subject),
570 this->responderID.byName.Length)) {
571 ocspdDebug("good ResponderID.byName");
574 ocspdDebug("BAD ResponderID.byName");
/macosx-10.10.1/OpenSSL098-52/src/crypto/ocsp/
H A Docsp_asn.c119 ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
H A Docsp_prn.c221 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
H A Docsp_srv.c246 if (!X509_NAME_set(&rid->value.byName,
H A Docsp_vfy.c197 return X509_find_by_subject(certs, id->value.byName);
H A Docsp.h196 * byName [1] Name,
205 X509_NAME* byName; member in union:ocsp_responder_id_st::__anon3318
/macosx-10.10.1/Security-57031.1.35/Security/include/security_ocspd/
H A DocspResponse.cpp469 if(SecAsn1EncodeItem(mCoder, &mResponderId.byName, kSecAsn1AnyTemplate,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ocspd/common/
H A DocspResponse.cpp469 if(SecAsn1EncodeItem(mCoder, &mResponderId.byName, kSecAsn1AnyTemplate,
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Docsp.h196 * byName [1] Name,
205 X509_NAME* byName; member in union:ocsp_responder_id_st::__anon3404
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Drevoke.c185 q.subject_name = &ocsp->ocsp.tbsResponseData.responderID.u.byName;
1107 hx509_name_from_Name(&ocsp.ocsp.tbsResponseData.responderID.u.byName, &n);
1110 fprintf(out, " byName: %s\n", s);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/ocspTool/
H A DocspTool.cpp777 printf("byName:\n");
778 printName((NSS_Name &)responderID.byName, indent + 2);
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges540 + added byNameOrOrder and byName functions for
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm2556 : die "list of parameters expected as the first parameter for byName";
2564 sub byName { subroutine
2570 return @{pop->method}{ref $_[0] eq 'ARRAY' ? @{shift()} : die "list of parameters expected as the first parameter for byName"};

Completed in 216 milliseconds