Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_asid.c311 case ASIdOrRange_id: in i2r_ASIdentifierChoice()
364 OPENSSL_assert((a->type == ASIdOrRange_id && a->u.id != NULL) || in ASIdOrRange_cmp()
368 OPENSSL_assert((b->type == ASIdOrRange_id && b->u.id != NULL) || in ASIdOrRange_cmp()
372 if (a->type == ASIdOrRange_id && b->type == ASIdOrRange_id) in ASIdOrRange_cmp()
381 if (a->type == ASIdOrRange_id) in ASIdOrRange_cmp()
450 aor->type = ASIdOrRange_id; in X509v3_asid_add_id_or_range()
477 case ASIdOrRange_id: in extract_min_max()
692 case ASIdOrRange_id: in ASIdentifierChoice_canonize()
708 case ASIdOrRange_id: in ASIdentifierChoice_canonize()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h855 #define ASIdOrRange_id 0 macro