HomeSort by: relevance | last modified time | path
    Searched refs:rfc3779_asid (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_asid.c 746 if ((ext = x->rfc3779_asid) == NULL)
783 if (x->rfc3779_asid == NULL) {
788 if (!X509v3_asid_is_canonical(x->rfc3779_asid))
790 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
795 if (x->rfc3779_asid->asnum != NULL && x->rfc3779_asid->asnum->type == ASIdentifierChoice_asIdsOrRanges) {
797 || asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges,
799 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
805 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
810 if (x->rfc3779_asid->rdi != NULL && x->rfc3779_asid->rdi->type == ASIdentifierChoice_asIdsOrRanges)
    [all...]
x_x509.c 54 ASIdentifiers_free(ret->rfc3779_asid);
75 ret->rfc3779_asid = NULL;
95 ASIdentifiers_free(ret->rfc3779_asid);
v3_purp.c 624 x->rfc3779_asid = X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum, &i, NULL);
625 if (x->rfc3779_asid == NULL && i != -1)
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_asid.c 778 if ((ext = x->rfc3779_asid) == NULL)
815 if (x->rfc3779_asid == NULL) {
820 if (!X509v3_asid_is_canonical(x->rfc3779_asid))
822 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
827 if (x->rfc3779_asid->asnum != NULL &&
828 x->rfc3779_asid->asnum->type ==
831 || asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges,
833 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
839 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
844 if (x->rfc3779_asid->rdi != NULL &
    [all...]
x_x509.c 54 ASIdentifiers_free(ret->rfc3779_asid);
75 ret->rfc3779_asid = NULL;
95 ASIdentifiers_free(ret->rfc3779_asid);
v3_purp.c 583 x->rfc3779_asid = X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum, &i, NULL);
584 if (x->rfc3779_asid == NULL && i != -1)
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_asid.c 775 if ((ext = x->rfc3779_asid) == NULL)
812 if (x->rfc3779_asid == NULL) {
817 if (!X509v3_asid_is_canonical(x->rfc3779_asid))
819 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
824 if (x->rfc3779_asid->asnum != NULL &&
825 x->rfc3779_asid->asnum->type ==
828 || asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges,
830 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
836 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
841 if (x->rfc3779_asid->rdi != NULL &
    [all...]
v3_purp.c 538 x->rfc3779_asid = X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum, &i, NULL);
539 if (x->rfc3779_asid == NULL && i != -1)
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x_x509.c 54 ASIdentifiers_free(ret->rfc3779_asid);
74 ret->rfc3779_asid = NULL;
93 ASIdentifiers_free(ret->rfc3779_asid);
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 182 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 196 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 196 struct ASIdentifiers_st *rfc3779_asid; member in struct:x509_st

Completed in 32 milliseconds