Home
last modified time | relevance | path

Searched refs:ComponentSyntaxInfo (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.h74 …tchingComponentAlgorithmIdentifier PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
105 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
129 int MatchingComponentExtension PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 )…
152 …hingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
167 int MatchingComponentExtensions PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 …
191 …tchingComponentTBSCertListSeqOfSeq PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
206 … MatchingComponentTBSCertListSeqOf PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
221 …ComponentRelativeDistinguishedName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
236 int MatchingComponentRDNSequence PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2…
265 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
[all …]
H A Dcertificate.h107 …tchingComponentAlgorithmIdentifier PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
138 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
162 int MatchingComponentExtension PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 )…
185 …hingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
208 int MatchingComponentValidity PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
231 …chingComponentSubjectPublicKeyInfo PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
246 int MatchingComponentExtensions PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 …
261 …ComponentRelativeDistinguishedName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
276 int MatchingComponentRDNSequence PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2…
305 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
[all …]
H A DauthorityKeyIdentifier.h58 int MatchingComponentOtherName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 )…
82 int MatchingComponentORAddress PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 )…
105 …hingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
142 int MatchingComponentDirectoryString PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
165 int MatchingComponentEDIPartyName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v…
180 …ComponentRelativeDistinguishedName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo
195 int MatchingComponentRDNSequence PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2…
224 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
269 int MatchingComponentGeneralName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2…
284 int MatchingComponentGeneralNames PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v…
[all …]
H A Dcomponentlib.h71 int MatchingComponentBits (char* oid, ComponentSyntaxInfo *bits1 , ComponentSyntaxInfo* bits2);
106 int MatchingComponentBool (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
125 int MatchingComponentEnum (char *oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo * b);
165 int MatchingComponentInt (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
195 int MatchingComponentNull (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
233 int MatchingComponentOcts (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
252 int MatchingComponentOid (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
288 int MatchingComponentReal (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
307 int MatchingComponentRelativeOid (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
523 m_convert_asn_to_ldap ( ComponentSyntaxInfo* csi, struct berval* bv);
[all …]
H A DauthorityKeyIdentifier.c36 MatchingComponentOtherName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_ass… in MatchingComponentOtherName()
46 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type_id, … in MatchingComponentOtherName()
49 …rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->value, (&((… in MatchingComponentOtherName()
258 MatchingComponentORAddress ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_ass… in MatchingComponentORAddress()
268 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type_id, … in MatchingComponentORAddress()
271 …rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->value, (&((… in MatchingComponentORAddress()
275 … = MatchingComponentOcts ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->extension,… in MatchingComponentORAddress()
520 MatchingComponentDirectoryString ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* c… in MatchingComponentDirectoryString()
538 …c = MatchingComponentTeletexString ( oid, (ComponentSyntaxInfo*)(v1->a.teletexString), (Component… in MatchingComponentDirectoryString()
541 … MatchingComponentPrintableString ( oid, (ComponentSyntaxInfo*)(v1->a.printableString), (Componen… in MatchingComponentDirectoryString()
[all …]
H A Dcrl.c36 MatchingComponentTBSCertListSeqOfSeq ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInf… in MatchingComponentTBSCertListSeqOfSeq()
46 …cateSerialNumber ( oid, (ComponentSyntaxInfo*)&((ComponentTBSCertListSeqOfSeq*)csi_attr)->userCert… in MatchingComponentTBSCertListSeqOfSeq()
49 …hingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)->revocati… in MatchingComponentTBSCertListSeqOfSeq()
53 …onentExtensions ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)->crlEntryEx… in MatchingComponentTBSCertListSeqOfSeq()
318 MatchingComponentTBSCertListSeqOf ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* … in MatchingComponentTBSCertListSeqOf()
334 …if( MatchingComponentTBSCertListSeqOfSeq(oid, (ComponentSyntaxInfo*)component1, (ComponentSyntaxIn… in MatchingComponentTBSCertListSeqOf()
557 MatchingComponentTBSCertList ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_a… in MatchingComponentTBSCertList()
568 … MatchingComponentVersion ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->version,… in MatchingComponentTBSCertList()
572 …onentAlgorithmIdentifier ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->signature… in MatchingComponentTBSCertList()
575 …c = MatchingComponentName ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->issuer, … in MatchingComponentTBSCertList()
[all …]
H A Dcertificate.c94 MatchingComponentAlgorithmIdentifier ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInf… in MatchingComponentAlgorithmIdentifier()
104 …atchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->algor… in MatchingComponentAlgorithmIdentifier()
107 …rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->p… in MatchingComponentAlgorithmIdentifier()
320 MatchingComponentTime ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert )… in MatchingComponentTime()
338 …rc = MatchingComponentUTCTime ( oid, (ComponentSyntaxInfo*)(v1->a.utcTime), (ComponentSyntaxInfo*… in MatchingComponentTime()
341 … MatchingComponentGeneralizedTime ( oid, (ComponentSyntaxInfo*)(v1->a.generalizedTime), (Componen… in MatchingComponentTime()
524 MatchingComponentExtension ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_ass… in MatchingComponentExtension()
534 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_attr)->extnID, ( in MatchingComponentExtension()
537 …c = MatchingComponentBool ( oid, (ComponentSyntaxInfo*)((ComponentExtension*)csi_attr)->critical, … in MatchingComponentExtension()
540 … = MatchingComponentOcts ( oid, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_attr)->extnValue,… in MatchingComponentExtension()
[all …]
H A Dinit.c235 …rc = odm->BER_Decode ( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo*)&component, &bytesDecod… in comp_convert_attr_to_comp()
238 …rc = odm->GSER_Decode( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo**)component, &bytesDecod… in comp_convert_attr_to_comp()
266 ComponentSyntaxInfo *csi_attr, in comp_convert_assert_to_comp()
268 ComponentSyntaxInfo** csi, int* len, int mode ) in comp_convert_assert_to_comp()
317 comp_convert_asn_to_ldap ( MatchingRule* mr, ComponentSyntaxInfo* csi, struct berval* bv, int *allo… in comp_convert_asn_to_ldap()
456 ComponentSyntaxInfo *csi_attr, in comp_test_all_components()
460 ComponentSyntaxInfo *csi_temp = NULL, *csi_assert = NULL, *comp_elmt = NULL; in comp_test_all_components()
528 ComponentSyntaxInfo *csi_attr, in comp_test_one_component()
532 ComponentSyntaxInfo *csi_assert = NULL; in comp_test_one_component()
597 comp_test_components( void* attr_nm, void* assert_nm, ComponentSyntaxInfo* csi_attr, ComponentAsser… in comp_test_components()
[all …]
H A Dcomponentlib.c42 MatchingComponentBits ( char* oid, ComponentSyntaxInfo *csi_attr, in MatchingComponentBits()
43 ComponentSyntaxInfo *csi_assert ) in MatchingComponentBits()
399 MatchingComponentBool(char* oid, ComponentSyntaxInfo* csi_attr, in MatchingComponentBool()
400 ComponentSyntaxInfo* csi_assert ) in MatchingComponentBool()
509 MatchingComponentEnum ( char* oid, ComponentSyntaxInfo *csi_attr, in MatchingComponentEnum()
510 ComponentSyntaxInfo *csi_assert ) in MatchingComponentEnum()
718 MatchingComponentInt(char* oid, ComponentSyntaxInfo* csi_attr, in MatchingComponentInt()
719 ComponentSyntaxInfo* csi_assert ) in MatchingComponentInt()
827 MatchingComponentNull ( char *oid, ComponentSyntaxInfo *csi_attr, in MatchingComponentNull()
828 ComponentSyntaxInfo *csi_assert ) in MatchingComponentNull()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dfilterentry.c229 sizeof( ComponentSyntaxInfo* )*num_attr_vals ); in test_mra_filter()
232 a->a_comp_data->cd_tree = (ComponentSyntaxInfo**) in test_mra_filter()
235 (ComponentSyntaxInfo*) NULL; in test_mra_filter()
724 …a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) + sizeof( ComponentSyntaxInfo* )*num_attr_va… in test_ava_filter()
730 a->a_comp_data->cd_tree = (ComponentSyntaxInfo**)((char*)a->a_comp_data + sizeof(ComponentData)); in test_ava_filter()
733 a->a_comp_data->cd_tree[ i-1 ] = (ComponentSyntaxInfo*)NULL; in test_ava_filter()
H A Dcomponent.c70 test_comp_filter( Syntax *syn, ComponentSyntaxInfo *a, ComponentFilter *f );
105 ComponentSyntaxInfo *csi_attr = (ComponentSyntaxInfo*)value; in componentFilterMatch()
1196 ComponentSyntaxInfo *a, in test_comp_filter_and()
1220 ComponentSyntaxInfo *a, in test_comp_filter_or()
1267 ComponentSyntaxInfo *csi_attr, in test_comp_filter_item()
1311 ComponentSyntaxInfo *a, in test_comp_filter()
H A Dslap.h3124 typedef struct ComponentSyntaxInfo ComponentSyntaxInfo; typedef
3129 ComponentSyntaxInfo** cd_tree; /* component tree */
3201 ComponentSyntaxInfo** comp_syn_info,
3213 ComponentSyntaxInfo* comp_syn_info,
3220 ComponentSyntaxInfo* comp_syn_info,
3243 ComponentSyntaxInfo* csi_attr,
3245 ComponentSyntaxInfo** csi,
3250 ComponentSyntaxInfo* csi,
3259 ComponentSyntaxInfo* csi,
3270 ComponentSyntaxInfo* csi,
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dindex.c492 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()