| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | init.c | 266 ComponentSyntaxInfo *csi_attr, in comp_convert_assert_to_comp() argument 273 gser_decoder_func *decoder = csi_attr->csi_comp_desc->cd_gser_decoder; in comp_convert_assert_to_comp() 280 if ( csi_attr->csi_comp_desc->cd_type_id == BASICTYPE_ANY ) in comp_convert_assert_to_comp() 281 decoder = ((ComponentAny*)csi_attr)->cai->GSER_Decode; in comp_convert_assert_to_comp() 456 ComponentSyntaxInfo *csi_attr, in comp_test_all_components() argument 467 FOR_EACH_LIST_ELMT( comp_elmt, &((ComponentList*)csi_attr)->comp_list ) in comp_test_all_components() 476 FOR_EACH_LIST_ELMT( comp_elmt, &((ComponentList*)csi_attr)->comp_list ) in comp_test_all_components() 528 ComponentSyntaxInfo *csi_attr, in comp_test_one_component() argument 539 …comp_convert_assert_to_comp( assert_mem_op, csi_attr, &ca->ca_ma_value, &csi_assert, &len, DEC_ALL… in comp_test_one_component() 553 return csi_attr->csi_comp_desc->cd_all_match( in comp_test_one_component() [all …]
|
| H A D | certificate.c | 94 MatchingComponentAlgorithmIdentifier ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInf… in MatchingComponentAlgorithmIdentifier() argument 99 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentAlgorithmIdentifier() 100 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentAlgorithmIdentifier() 104 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)-… in MatchingComponentAlgorithmIdentifier() 107 …yntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->parameters, (&((ComponentAlgorithmIdentifie… in MatchingComponentAlgorithmIdentifier() 108 …rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_attr… in MatchingComponentAlgorithmIdentifier() 320 MatchingComponentTime ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert )… in MatchingComponentTime() argument 326 v1 = (ComponentTime*)csi_attr; in MatchingComponentTime() 329 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTime() 330 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentTime() [all …]
|
| H A D | crl.c | 36 MatchingComponentTBSCertListSeqOfSeq ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInf… in MatchingComponentTBSCertListSeqOfSeq() argument 41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTBSCertListSeqOfSeq() 42 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentTBSCertListSeqOfSeq() 46 …ialNumber ( oid, (ComponentSyntaxInfo*)&((ComponentTBSCertListSeqOfSeq*)csi_attr)->userCertificate… in MatchingComponentTBSCertListSeqOfSeq() 49 …rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)-… in MatchingComponentTBSCertListSeqOfSeq() 52 if(COMPONENTNOT_NULL( ((ComponentTBSCertListSeqOfSeq*)csi_attr)->crlEntryExtensions ) ) { in MatchingComponentTBSCertListSeqOfSeq() 53 …Extensions ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)->crlEntryExtensi… in MatchingComponentTBSCertListSeqOfSeq() 318 MatchingComponentTBSCertListSeqOf ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* … in MatchingComponentTBSCertListSeqOf() argument 326 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTBSCertListSeqOf() 327 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentTBSCertListSeqOf() [all …]
|
| H A D | componentlib.c | 42 MatchingComponentBits ( char* oid, ComponentSyntaxInfo *csi_attr, in MatchingComponentBits() argument 50 mr = retrieve_matching_rule(oid, (AsnTypeId)csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentBits() 52 return component_value_match( mr, csi_attr , csi_assert ); in MatchingComponentBits() 54 a = ((ComponentBits*)csi_attr); in MatchingComponentBits() 399 MatchingComponentBool(char* oid, ComponentSyntaxInfo* csi_attr, in MatchingComponentBool() argument 406 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentBool() 408 return component_value_match( mr, csi_attr , csi_assert ); in MatchingComponentBool() 411 a = ((ComponentBool*)csi_attr); in MatchingComponentBool() 509 MatchingComponentEnum ( char* oid, ComponentSyntaxInfo *csi_attr, in MatchingComponentEnum() argument 517 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentEnum() [all …]
|
| H A D | authorityKeyIdentifier.c | 36 MatchingComponentOtherName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_ass… in MatchingComponentOtherName() argument 41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentOtherName() 42 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentOtherName() 46 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type_id, … in MatchingComponentOtherName() 49 …tOid ((ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->value, (&((ComponentOtherName*)csi_a… in MatchingComponentOtherName() 50 …rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentOtherName*)csi_attr)->value, … in MatchingComponentOtherName() 258 MatchingComponentORAddress ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_ass… in MatchingComponentORAddress() argument 263 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentORAddress() 264 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentORAddress() 268 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type_id, … in MatchingComponentORAddress() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | index.c | 492 ComponentSyntaxInfo* csi_attr; in mdb_index_entry() 534 …csi_attr = ((ComponentSyntaxInfo*)decoded_comp)->csi_comp_desc->cd_extract_i( mem_op, dupped_cr, d… in mdb_index_entry() 535 if ( !csi_attr ) in mdb_index_entry() 537 cr->cr_asn_type_id = csi_attr->csi_comp_desc->cd_type_id; in mdb_index_entry() 543 rc = component_encoder( mem_op, csi_attr, &value ); in mdb_index_entry()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | component.c | 105 ComponentSyntaxInfo *csi_attr = (ComponentSyntaxInfo*)value; in componentFilterMatch() local 116 rc = test_comp_filter( syntax, csi_attr, ma->ma_cf ); in componentFilterMatch() 1267 ComponentSyntaxInfo *csi_attr, in test_comp_filter_item() argument 1276 rc = test_comp_filter( syn, csi_attr, ca->ca_cf ); in test_comp_filter_item() 1301 rc = test_components( attr_nm, assert_nm, csi_attr, ca ); in test_comp_filter_item()
|
| H A D | slap.h | 3243 ComponentSyntaxInfo* csi_attr,
|