HomeSort by relevance Sort by last modified time
    Searched refs:rfc3779_asid (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/x509v3/
v3_asid.c 727 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->rdi != NULL &
    [all...]
v3_purp.c 471 x->rfc3779_asid =X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum,
  /external/openssl/crypto/asn1/
x_x509.c 100 ret->rfc3779_asid = NULL;
123 ASIdentifiers_free(ret->rfc3779_asid);
  /external/openssl/crypto/x509/
x509.h 303 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
    [all...]
  /external/openssl/include/openssl/
x509.h 303 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
    [all...]

Completed in 786 milliseconds