Searched refs:ASIdOrRange_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c124 case ASIdOrRange_id:
172 OPENSSL_assert((a->type == ASIdOrRange_id && a->u.id != NULL) ||
176 OPENSSL_assert((b->type == ASIdOrRange_id && b->u.id != NULL) ||
180 if (a->type == ASIdOrRange_id && b->type == ASIdOrRange_id)
189 if (a->type == ASIdOrRange_id)
258 aor->type = ASIdOrRange_id;
286 case ASIdOrRange_id:
472 case ASIdOrRange_id:
489 case ASIdOrRange_id
[all...]
H A Dx509v3.h659 # define ASIdOrRange_id 0 macro

Completed in 26 milliseconds