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

/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_asid.c774 if ((ext = x->rfc3779_asid) == NULL)
807 if (x->rfc3779_asid == NULL) {
812 if (!v3_asid_is_canonical(x->rfc3779_asid))
814 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
819 if (x->rfc3779_asid->asnum != NULL &&
820 x->rfc3779_asid->asnum->type == ASIdentifierChoice_asIdsOrRanges) {
822 asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges, child_as)) {
823 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
829 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
834 if (x->rfc3779_asid
[all...]
H A Dv3_purp.c471 x->rfc3779_asid =X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum,
/external/openssl/crypto/x509v3/
H A Dv3_asid.c774 if ((ext = x->rfc3779_asid) == NULL)
807 if (x->rfc3779_asid == NULL) {
812 if (!v3_asid_is_canonical(x->rfc3779_asid))
814 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
819 if (x->rfc3779_asid->asnum != NULL &&
820 x->rfc3779_asid->asnum->type == ASIdentifierChoice_asIdsOrRanges) {
822 asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges, child_as)) {
823 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
829 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
834 if (x->rfc3779_asid
[all...]
H A Dv3_purp.c471 x->rfc3779_asid =X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum,
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dx_x509.c100 ret->rfc3779_asid = NULL;
123 ASIdentifiers_free(ret->rfc3779_asid);
/external/openssl/crypto/asn1/
H A Dx_x509.c100 ret->rfc3779_asid = NULL;
123 ASIdentifiers_free(ret->rfc3779_asid);
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509.h303 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dx509.h303 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
/external/openssl/crypto/x509/
H A Dx509.h303 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
/external/openssl/include/openssl/
H A Dx509.h303 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st

Completed in 147 milliseconds