Home
last modified time | relevance | path

Searched refs:authorityCertIssuer (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.asn5 authorityCertIssuer [1] IMPLICIT GeneralNames OPTIONAL,
7 -- authorityCertIssuer and authorityCertSerialNumber MUST both
H A DauthorityKeyIdentifier.c1786 if(COMPONENTNOT_NULL( ((ComponentAuthorityKeyIdentifier*)csi_attr)->authorityCertIssuer ) ) { in MatchingComponentAuthorityKeyIdentifier()
1787 …entifier*)csi_attr)->authorityCertIssuer, (ComponentSyntaxInfo*)((ComponentAuthorityKeyIdentifier*… in MatchingComponentAuthorityKeyIdentifier()
1809authorityCertIssuer->identifier.bv_val && strncmp(comp->authorityCertIssuer->identifier.bv_val, cr… in ExtractingComponentAuthorityKeyIdentifier()
1811 return comp->authorityCertIssuer; in ExtractingComponentAuthorityKeyIdentifier()
1814 return ExtractingComponentGeneralNames ( mem_op, cr, comp->authorityCertIssuer ); in ExtractingComponentAuthorityKeyIdentifier()
1897 (&k->authorityCertIssuer), &totalElmtsLen1, mode);
1899 (k->authorityCertIssuer)->identifier.bv_val = (k->authorityCertIssuer)->id_buf;
1900 (k->authorityCertIssuer)->identifier.bv_len = strlen("authorityCertIssuer");
1901 strcpy( (k->authorityCertIssuer)->identifier.bv_val, "authorityCertIssuer");
2008 rc = GDecComponentGeneralNames (mem_op, b, (&k->authorityCertIssuer), bytesDecoded, mode);
[all …]
H A DauthorityKeyIdentifier.h304 ComponentGeneralNames* authorityCertIssuer; /* [1] GeneralNames OPTIONAL */ member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dca.c1507 ai->authorityCertIssuer = in get_AuthorityKeyIdentifier()
1508 calloc(1, sizeof(*ai->authorityCertIssuer)); in get_AuthorityKeyIdentifier()
1509 if (ai->authorityCertIssuer == NULL) { in get_AuthorityKeyIdentifier()
1546 ai->authorityCertIssuer->val = gns.val; in get_AuthorityKeyIdentifier()
1547 ai->authorityCertIssuer->len = gns.len; in get_AuthorityKeyIdentifier()
H A Dcert.c979 if (ai.authorityCertIssuer == NULL) in _hx509_cert_is_parent_cmp()
988 if (ai.authorityCertIssuer->len != 1) in _hx509_cert_is_parent_cmp()
990 if (ai.authorityCertIssuer->val[0].element != choice_GeneralName_directoryName) in _hx509_cert_is_parent_cmp()
994 ai.authorityCertIssuer->val[0].u.directoryName.element; in _hx509_cert_is_parent_cmp()
996 ai.authorityCertIssuer->val[0].u.directoryName.u.rdnSequence; in _hx509_cert_is_parent_cmp()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt885 [ sep sp aki-authorityCertIssuer ]
889 aki-authorityCertIssuer = id-authorityCertIssuer msp GeneralNames
966 id-authorityCertIssuer =
968 ; 'authorityCertIssuer'
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Drfc2459.asn1323 authorityCertIssuer [1] IMPLICIT -- GeneralName --