Searched refs:rfc3779_asid (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_asid.c727 if ((ext = x->rfc3779_asid) == NULL)
760 if (x->rfc3779_asid == NULL) {
765 if (!v3_asid_is_canonical(x->rfc3779_asid))
767 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
772 if (x->rfc3779_asid->asnum != NULL &&
773 x->rfc3779_asid->asnum->type == ASIdentifierChoice_asIdsOrRanges) {
775 asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges, child_as)) {
776 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
782 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
787 if (x->rfc3779_asid
[all...]
H A Dv3_purp.c471 x->rfc3779_asid =X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum,
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dx_x509.c100 ret->rfc3779_asid = NULL;
123 ASIdentifiers_free(ret->rfc3779_asid);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509.h303 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
/barrelfish-master/include/openssl/
H A Dx509.h303 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st

Completed in 103 milliseconds