Home
last modified time | relevance | path

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

/netbsd/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()
565 …mp->a.teletexString->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentDirectoryString()
595 …(comp->a.utf8String->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentDirectoryString()
605 …p(comp->a.bmpString->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentDirectoryString()
1107 …p(comp->a.otherName->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentGeneralName()
1117 …(comp->a.rfc822Name->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentGeneralName()
1127 …cmp(comp->a.dNSName->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentGeneralName()
[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()
649ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->crlExtens… in ExtractingComponentTBSCertList()
1055ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->tbsCertLi… in ExtractingComponentCertificateList()
[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()
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()
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()
826ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->value.id_… in ExtractingComponentAttributeTypeAndValue()
2214 …comp->a.rdnSequence->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_ident… in ExtractingComponentName()
[all …]
/netbsd/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