Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.h88 #define MatchingComponentUniqueIdentifier MatchingComponentBits
H A Dasn_to_syn_mr.c180 (comp_free_func*)NULL,(extract_component_from_id_func*)NULL,MatchingComponentBits}},
H A Dcomponentlib.h71 int MatchingComponentBits (char* oid, ComponentSyntaxInfo *bits1 , ComponentSyntaxInfo* bits2);
H A Dcrl.c1045 …rc = MatchingComponentBits ( oid, (ComponentSyntaxInfo*)&((ComponentCertificateList*)csi_attr)->si… in MatchingComponentCertificateList()
H A Dcertificate.c1251 …rc = MatchingComponentBits ( oid, (ComponentSyntaxInfo*)&((ComponentSubjectPublicKeyInfo*)csi_attr… in MatchingComponentSubjectPublicKeyInfo()
3004 …rc = MatchingComponentBits ( oid, (ComponentSyntaxInfo*)&((ComponentCertificate*)csi_attr)->signat… in MatchingComponentCertificate()
H A Dcomponentlib.c42 MatchingComponentBits ( char* oid, ComponentSyntaxInfo *csi_attr, in MatchingComponentBits() function