Home
last modified time | relevance | path

Searched refs:cd_type_id (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c50 mr = retrieve_matching_rule(oid, (AsnTypeId)csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentBits()
406 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentBool()
517 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentEnum()
582 k->comp_desc->cd_type_id = BASICTYPE_ENUMERATED; in GDecComponentEnum()
639 k->comp_desc->cd_type_id = BASICTYPE_ENUMERATED; in BDecComponentEnum()
708 k->comp_desc->cd_type_id = BASICTYPE_IA5_STR; in BDecComponentIA5String()
726 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentInt()
834 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentNull()
896 k->comp_desc->cd_type_id = BASICTYPE_NULL; in GDecComponentNull()
954 k->comp_desc->cd_type_id = BASICTYPE_NULL; in BDecComponentNull()
[all …]
H A Dcertificate.c99 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentAlgorithmIdentifier()
225 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
313 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
329 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTime()
446 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
517 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
529 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentExtension()
680 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
789 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
801 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentAttributeTypeAndValue()
[all …]
H A Dinit.c280 if ( csi_attr->csi_comp_desc->cd_type_id == BASICTYPE_ANY ) in comp_convert_assert_to_comp()
324 &asn_to_syntax_mapping_tbl[csi->csi_comp_desc->cd_type_id]; in comp_convert_asn_to_ldap()
331 switch ( csi->csi_comp_desc->cd_type_id ) { in comp_convert_asn_to_ldap()
392 csi->csi_comp_desc->cd_type_id == BASICTYPE_ANY ) in comp_convert_asn_to_ldap()
661 if ( csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_BITSTRING ) { in comp_test_components()
665 else if ( csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_BITSTRING ) { in comp_test_components()
700 if (csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_ANY ) in comp_test_components()
H A DauthorityKeyIdentifier.c41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentOtherName()
163 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
251 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
263 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentORAddress()
407 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
513 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
529 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentDirectoryString()
715 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
807 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
819 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentEDIPartyName()
[all …]
H A Dcrl.c41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTBSCertListSeqOfSeq()
203 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
311 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
326 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTBSCertListSeqOf()
396 k->comp_desc->cd_type_id = BASICTYPE_INTEGER; in ExtractingComponentTBSCertListSeqOf()
475 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
551 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
562 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTBSCertList()
842 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
1022 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dindex.c537 cr->cr_asn_type_id = csi_attr->csi_comp_desc->cd_type_id; in mdb_index_entry()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h3286 int cd_type_id; member