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 728 if ((ext = x->rfc3779_asid) == NULL)
761 if (x->rfc3779_asid == NULL) {
766 if (!v3_asid_is_canonical(x->rfc3779_asid))
768 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
773 if (x->rfc3779_asid->asnum != NULL &&
774 x->rfc3779_asid->asnum->type == ASIdentifierChoice_asIdsOrRanges) {
776 asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges, child_as)) {
777 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
783 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
788 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 302 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
    [all...]
  /external/openssl/include/openssl/
x509.h 302 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
    [all...]

Completed in 191 milliseconds