Home
last modified time | relevance | path

Searched refs:extnValue (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dprint.c291 ret = decode_SubjectKeyIdentifier(e->extnValue.data, in check_subjectKeyIdentifier()
292 e->extnValue.length, in check_subjectKeyIdentifier()
299 if (size != e->extnValue.length) { in check_subjectKeyIdentifier()
339 ret = decode_AuthorityKeyIdentifier(e->extnValue.data, in check_authorityKeyIdentifier()
340 e->extnValue.length, in check_authorityKeyIdentifier()
347 if (size != e->extnValue.length) { in check_authorityKeyIdentifier()
378 ret = decode_ExtKeyUsage(e->extnValue.data, in check_extKeyUsage()
379 e->extnValue.length, in check_extKeyUsage()
386 if (size != e->extnValue.length) { in check_extKeyUsage()
491 ret = decode_CRLDistributionPoints(e->extnValue.data, in check_CRLDistributionPoints()
[all …]
Dcert.c634 return decode_AuthorityKeyIdentifier(e->extnValue.data, in find_extension_auth_key_id()
635 e->extnValue.length, in find_extension_auth_key_id()
653 return decode_SubjectKeyIdentifier(e->extnValue.data, in _hx509_find_extension_subject_key_id()
654 e->extnValue.length, in _hx509_find_extension_subject_key_id()
672 return decode_NameConstraints(e->extnValue.data, in find_extension_name_constraints()
673 e->extnValue.length, in find_extension_name_constraints()
690 return decode_GeneralNames(e->extnValue.data, in find_extension_subject_alt_name()
691 e->extnValue.length, in find_extension_subject_alt_name()
708 return decode_ExtKeyUsage(e->extnValue.data, in find_extension_eku()
709 e->extnValue.length, in find_extension_eku()
[all …]
Drevoke.c1051 es->val[0].extnValue.data = malloc(10); in hx509_ocsp_request()
1052 if (es->val[0].extnValue.data == NULL) { in hx509_ocsp_request()
1056 es->val[0].extnValue.length = 10; in hx509_ocsp_request()
1058 ret = RAND_bytes(es->val[0].extnValue.data, in hx509_ocsp_request()
1059 es->val[0].extnValue.length); in hx509_ocsp_request()
1064 ret = der_copy_octet_string(nonce, &es->val[0].extnValue); in hx509_ocsp_request()
Dca.c977 ret = der_copy_octet_string(data, &ext.extnValue); in add_extension()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
Dcertificate.c540 …o*)&((ComponentExtension*)csi_attr)->extnValue, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_a… in MatchingComponentExtension()
564extnValue.identifier.bv_val && strncmp(comp->extnValue.identifier.bv_val, cr->cr_curr->ci_val.ci_i… in ExtractingComponentExtension()
566 return &comp->extnValue; in ExtractingComponentExtension()
569 return &comp->extnValue; in ExtractingComponentExtension()
636 … rc = BDecComponentOcts (mem_op, b, tagId1, elmtLen1, (&k->extnValue), &totalElmtsLen1, mode);
638 (&k->extnValue)->identifier.bv_val = (&k->extnValue)->id_buf;
639 (&k->extnValue)->identifier.bv_len = strlen("extnValue");
640 strcpy( (&k->extnValue)->identifier.bv_val, "extnValue");
760 rc = GDecComponentOcts (mem_op, b, (&k->extnValue), bytesDecoded, mode);
762 (&k->extnValue)->identifier.bv_val = peek_head;
[all …]
Dcertificate.asn167 extnValue OCTET STRING
Dcertificate.h159 ComponentOcts extnValue; /* OCTET STRING */ member
Dcrl.h126 ComponentOcts extnValue; /* OCTET STRING */ member
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc3687.txt739 types. For example, the extnValue component of the Extension type
755 certificate Extension, extnValue is constrained by the chosen
760 extnValue OCTET STRING in the Extension type is assumed to be an open
794 extnValue OCTET STRING
802 The component reference "extnValue" on Extension refers to a
805 "extnValue.content" on Extension refers to the type of the contained
816 The component reference "extnValue.content.(2.5.29.19)" on Extension
818 reference "extnValue.content.(2.5.29.19).cA" identifies the cA
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Drfc2459.asn1228 extnValue OCTET STRING
/netbsd/src/crypto/external/bsd/openssl/dist/
DCHANGES.md12409 * When creating an OCSP nonce use an OCTET STRING inside the extnValue.