HomeSort by: relevance | last modified time | path
    Searched refs:csi_assert (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c 36 MatchingComponentTBSCertListSeqOfSeq ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
42 if ( mr ) return component_value_match( mr, csi_attr, csi_assert );
46 rc = MatchingComponentCertificateSerialNumber ( oid, (ComponentSyntaxInfo*)&((ComponentTBSCertListSeqOfSeq*)csi_attr)->userCertificate, (ComponentSyntaxInfo*)&((ComponentTBSCertListSeqOfSeq*)csi_assert)->userCertificate );
49 rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)->revocationDate, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_assert)->revocationDate );
53 rc = MatchingComponentExtensions ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)->crlEntryExtensions, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_assert)->crlEntryExtensions );
318 MatchingComponentTBSCertListSeqOf ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
327 if ( mr ) return component_value_match( mr, csi_attr, csi_assert );
331 v2 = &((ComponentTBSCertListSeqOf*)csi_assert)->comp_list;
557 MatchingComponentTBSCertList ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
563 if ( mr ) return component_value_match( mr, csi_attr, csi_assert );
    [all...]
componentlib.c 43 ComponentSyntaxInfo *csi_assert )
52 return component_value_match( mr, csi_attr , csi_assert );
55 b = ((ComponentBits*)csi_assert);
400 ComponentSyntaxInfo* csi_assert )
408 return component_value_match( mr, csi_attr , csi_assert );
412 b = ((ComponentBool*)csi_assert);
510 ComponentSyntaxInfo *csi_assert )
519 return component_value_match( mr, csi_attr , csi_assert );
522 b = ((ComponentEnum*)csi_assert);
719 ComponentSyntaxInfo* csi_assert )
    [all...]
certificate.c 94 MatchingComponentAlgorithmIdentifier ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
100 if ( mr ) return component_value_match( mr, csi_attr, csi_assert );
104 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->algorithm, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_assert)->algorithm );
108 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_attr)->parameters, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_assert)->parameters);
320 MatchingComponentTime ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
327 v2 = (ComponentTime*)csi_assert;
330 if ( mr ) return component_value_match( mr, csi_attr, csi_assert );
524 MatchingComponentExtension ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
530 if ( mr ) return component_value_match( mr, csi_attr, csi_assert );
534 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_attr)->extnID, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_assert)->extnID )
    [all...]
init.c 460 ComponentSyntaxInfo *csi_temp = NULL, *csi_assert = NULL, *comp_elmt = NULL; local
532 ComponentSyntaxInfo *csi_assert = NULL; local
539 comp_convert_assert_to_comp( assert_mem_op, csi_attr, &ca->ca_ma_value, &csi_assert, &len, DEC_ALLOC_MODE_0 );
540 ca->ca_comp_data.cd_tree = (void*)csi_assert;
542 csi_assert = ca->ca_comp_data.cd_tree;
545 if ( !csi_assert )
554 oid, csi_attr, csi_assert );
authorityKeyIdentifier.c 36 MatchingComponentOtherName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
42 if ( mr ) return component_value_match( mr, csi_attr, csi_assert );
46 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_assert)->type_id );
50 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentOtherName*)csi_attr)->value, (ComponentAny*)&((ComponentOtherName*)csi_assert)->value);
258 MatchingComponentORAddress ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
264 if ( mr ) return component_value_match( mr, csi_attr, csi_assert );
268 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_assert)->type_id );
272 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentORAddress*)csi_attr)->value, (ComponentAny*)&((ComponentORAddress*)csi_assert)->value);
275 rc = MatchingComponentOcts ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->extension, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_assert)->extension );
520 MatchingComponentDirectoryString ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
    [all...]

Completed in 17 milliseconds