Home
last modified time | relevance | path

Searched refs:csi_assert (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.c94 …AlgorithmIdentifier ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { in MatchingComponentAlgorithmIdentifier() argument
100 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentAlgorithmIdentifier()
104 …_attr)->algorithm, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_assert)->algorithm ); in MatchingComponentAlgorithmIdentifier()
108 …r*)csi_attr)->parameters, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_assert)->parameters); in MatchingComponentAlgorithmIdentifier()
320 MatchingComponentTime ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert )… in MatchingComponentTime() argument
327 v2 = (ComponentTime*)csi_assert; in MatchingComponentTime()
330 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentTime()
524 …gComponentExtension ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { in MatchingComponentExtension() argument
530 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentExtension()
534 …ntExtension*)csi_attr)->extnID, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_assert)->extnID ); in MatchingComponentExtension()
[all …]
H A Dcomponentlib.c43 ComponentSyntaxInfo *csi_assert ) in MatchingComponentBits() argument
52 return component_value_match( mr, csi_attr , csi_assert ); in MatchingComponentBits()
55 b = ((ComponentBits*)csi_assert); in MatchingComponentBits()
400 ComponentSyntaxInfo* csi_assert ) in MatchingComponentBool() argument
408 return component_value_match( mr, csi_attr , csi_assert ); in MatchingComponentBool()
412 b = ((ComponentBool*)csi_assert); in MatchingComponentBool()
510 ComponentSyntaxInfo *csi_assert ) in MatchingComponentEnum() argument
519 return component_value_match( mr, csi_attr , csi_assert ); in MatchingComponentEnum()
522 b = ((ComponentEnum*)csi_assert); in MatchingComponentEnum()
719 ComponentSyntaxInfo* csi_assert ) in MatchingComponentInt() argument
[all …]
H A Dcrl.c36 …TBSCertListSeqOfSeq ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { in MatchingComponentTBSCertListSeqOfSeq() argument
42 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentTBSCertListSeqOfSeq()
46 …serCertificate, (ComponentSyntaxInfo*)&((ComponentTBSCertListSeqOfSeq*)csi_assert)->userCertificat… in MatchingComponentTBSCertListSeqOfSeq()
49 …>revocationDate, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_assert)->revocationDate… in MatchingComponentTBSCertListSeqOfSeq()
53 …EntryExtensions, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_assert)->crlEntryExtens… in MatchingComponentTBSCertListSeqOfSeq()
318 …entTBSCertListSeqOf ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { in MatchingComponentTBSCertListSeqOf() argument
327 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentTBSCertListSeqOf()
331 v2 = &((ComponentTBSCertListSeqOf*)csi_assert)->comp_list; in MatchingComponentTBSCertListSeqOf()
557 …omponentTBSCertList ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { in MatchingComponentTBSCertList() argument
563 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentTBSCertList()
[all …]
H A DauthorityKeyIdentifier.c36 …gComponentOtherName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { in MatchingComponentOtherName() argument
42 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentOtherName()
46 …OtherName*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_assert)->type_id ); in MatchingComponentOtherName()
50 …&((ComponentOtherName*)csi_attr)->value, (ComponentAny*)&((ComponentOtherName*)csi_assert)->value); in MatchingComponentOtherName()
258 …gComponentORAddress ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { in MatchingComponentORAddress() argument
264 if ( mr ) return component_value_match( mr, csi_attr, csi_assert ); in MatchingComponentORAddress()
268 …ORAddress*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_assert)->type_id ); in MatchingComponentORAddress()
272 …&((ComponentORAddress*)csi_attr)->value, (ComponentAny*)&((ComponentORAddress*)csi_assert)->value); in MatchingComponentORAddress()
275 …dress*)csi_attr)->extension, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_assert)->extension ); in MatchingComponentORAddress()
520 …nentDirectoryString ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { in MatchingComponentDirectoryString() argument
[all …]
H A Dinit.c460 ComponentSyntaxInfo *csi_temp = NULL, *csi_assert = NULL, *comp_elmt = NULL; in comp_test_all_components() local
532 ComponentSyntaxInfo *csi_assert = NULL; in comp_test_one_component() local
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()
540 ca->ca_comp_data.cd_tree = (void*)csi_assert; in comp_test_one_component()
542 csi_assert = ca->ca_comp_data.cd_tree; in comp_test_one_component()
545 if ( !csi_assert ) in comp_test_one_component()
554 oid, csi_attr, csi_assert ); in comp_test_one_component()