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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c777 if ((ext = x->rfc3779_asid) == NULL)
810 if (x->rfc3779_asid == NULL) {
815 if (!v3_asid_is_canonical(x->rfc3779_asid))
817 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
822 if (x->rfc3779_asid->asnum != NULL &&
823 x->rfc3779_asid->asnum->type ==
826 || asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges,
828 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
834 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
839 if (x->rfc3779_asid
[all...]
H A Dv3_purp.c456 x->rfc3779_asid = X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum,
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_x509.c99 ret->rfc3779_asid = NULL;
119 ASIdentifiers_free(ret->rfc3779_asid);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509.h288 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st

Completed in 70 milliseconds