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

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_asid.c 79 case ASIdOrRange_id:
127 assert((a->type == ASIdOrRange_id && a->u.id != NULL) || (a->type == ASIdOrRange_range && a->u.range != NULL && a->u.range->min != NULL && a->u.range->max != NULL));
129 assert((b->type == ASIdOrRange_id && b->u.id != NULL) || (b->type == ASIdOrRange_range && b->u.range != NULL && b->u.range->min != NULL && b->u.range->max != NULL));
131 if (a->type == ASIdOrRange_id && b->type == ASIdOrRange_id)
139 if (a->type == ASIdOrRange_id)
214 aor->type = ASIdOrRange_id;
244 case ASIdOrRange_id:
430 case ASIdOrRange_id:
444 case ASIdOrRange_id
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_asid.c 80 case ASIdOrRange_id:
128 assert((a->type == ASIdOrRange_id && a->u.id != NULL) ||
132 assert((b->type == ASIdOrRange_id && b->u.id != NULL) ||
136 if (a->type == ASIdOrRange_id && b->type == ASIdOrRange_id)
145 if (a->type == ASIdOrRange_id)
220 aor->type = ASIdOrRange_id;
250 case ASIdOrRange_id:
451 case ASIdOrRange_id:
467 case ASIdOrRange_id
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_asid.c 79 case ASIdOrRange_id:
127 assert((a->type == ASIdOrRange_id && a->u.id != NULL) ||
131 assert((b->type == ASIdOrRange_id && b->u.id != NULL) ||
135 if (a->type == ASIdOrRange_id && b->type == ASIdOrRange_id)
144 if (a->type == ASIdOrRange_id)
211 aor->type = ASIdOrRange_id;
240 case ASIdOrRange_id:
447 case ASIdOrRange_id:
464 case ASIdOrRange_id
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h 729 # define ASIdOrRange_id 0
  /src/crypto/external/apache2/openssl/dist/include/openssl/
x509v3.h.in 833 #define ASIdOrRange_id 0
  /src/crypto/external/bsd/openssl/dist/include/openssl/
x509v3.h.in 794 # define ASIdOrRange_id 0

Completed in 19 milliseconds