Home
last modified time | relevance | path

Searched refs:MatchingComponentName (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h224 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
H A Dcrl.h265 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
H A Dcertificate.h305 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
H A Dcertificate.c2181 MatchingComponentName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert )… in MatchingComponentName() function
2284 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentName;
2348 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentName;
2373 …rc = MatchingComponentName ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertificate*)csi_attr)->issu… in MatchingComponentTBSCertificate()
2379 …rc = MatchingComponentName ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertificate*)csi_attr)->subj… in MatchingComponentTBSCertificate()
H A Dcrl.c575 …rc = MatchingComponentName ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->issuer,… in MatchingComponentTBSCertList()
H A DauthorityKeyIdentifier.c1080 …rc = MatchingComponentName ( oid, (ComponentSyntaxInfo*)(v1->a.directoryName), (ComponentSyntaxIn… in MatchingComponentGeneralName()