Home
last modified time | relevance | path

Searched refs:ASIdOrRange_id (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c79 case ASIdOrRange_id:
127 …assert((a->type == ASIdOrRange_id && a->u.id != NULL) || (a->type == ASIdOrRange_range && a->u.ran… in ASIdOrRange_cmp()
129 …assert((b->type == ASIdOrRange_id && b->u.id != NULL) || (b->type == ASIdOrRange_range && b->u.ran… in ASIdOrRange_cmp()
131 if (a->type == ASIdOrRange_id && b->type == ASIdOrRange_id) in ASIdOrRange_cmp()
139 if (a->type == ASIdOrRange_id) in ASIdOrRange_cmp()
214 aor->type = ASIdOrRange_id; in X509v3_asid_add_id_or_range()
244 case ASIdOrRange_id: in extract_min_max()
430 case ASIdOrRange_id: in ASIdentifierChoice_canonize()
444 case ASIdOrRange_id: in ASIdentifierChoice_canonize()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in833 #define ASIdOrRange_id 0 macro
H A Dx509v3.h1121 #define ASIdOrRange_id 0 macro