Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c60ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->type_id.i… in ExtractingComponentOtherName()
66ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->value.id_… in ExtractingComponentOtherName()
285ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->type_id.i… in ExtractingComponentORAddress()
291ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->value.id_… in ExtractingComponentORAddress()
297ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->extension… in ExtractingComponentORAddress()
564 …exString->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentDirectoryString()
565 …mp->a.teletexString->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentDirectoryString()
574 …leString->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentDirectoryString()
575 …->a.printableString->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentDirectoryString()
584 …alString->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentDirectoryString()
[all …]
H A Dcrl.c64ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->userCerti… in ExtractingComponentTBSCertListSeqOfSeq()
70ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->revocatio… in ExtractingComponentTBSCertListSeqOfSeq()
78ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->crlEntryE… in ExtractingComponentTBSCertListSeqOfSeq()
601ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->version->… in ExtractingComponentTBSCertList()
609ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->signature… in ExtractingComponentTBSCertList()
617ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->issuer->i… in ExtractingComponentTBSCertList()
625ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->thisUpdat… in ExtractingComponentTBSCertList()
633ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->nextUpdat… in ExtractingComponentTBSCertList()
641ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->revokedCe… in ExtractingComponentTBSCertList()
649ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->crlExtens… in ExtractingComponentTBSCertList()
[all …]
H A Dcertificate.c118ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->algorithm… in ExtractingComponentAlgorithmIdentifier()
124ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->parameter… in ExtractingComponentAlgorithmIdentifier()
355 ….utcTime->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentTime()
356 …cmp(comp->a.utcTime->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentTime()
365 …izedTime->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentTime()
366 …->a.generalizedTime->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentTime()
550ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->extnID.id… in ExtractingComponentExtension()
556ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->critical-… in ExtractingComponentExtension()
564ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->extnValue… in ExtractingComponentExtension()
820ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->type.id_b… in ExtractingComponentAttributeTypeAndValue()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c453 _cid.ci_val.ci_identifier.bv_val = cav->cav_ptr; in get_componentId()
456 _cid.ci_val.ci_identifier.bv_len = len; in get_componentId()
H A Dslap.h3137 BerValue ci_identifier; member