Searched refs:MatchingComponentName (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | authorityKeyIdentifier.h | 224 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
|
H A D | crl.h | 265 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
|
H A D | certificate.h | 305 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
|
H A D | certificate.c | 2181 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 D | crl.c | 575 …rc = MatchingComponentName ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->issuer,… in MatchingComponentTBSCertList()
|
H A D | authorityKeyIdentifier.c | 1080 …rc = MatchingComponentName ( oid, (ComponentSyntaxInfo*)(v1->a.directoryName), (ComponentSyntaxIn… in MatchingComponentGeneralName()
|