Home
last modified time | relevance | path

Searched refs:ASIdOrRange (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/x509v3/
Dv3_asid.c38 ASN1_CHOICE(ASIdOrRange) = {
39 ASN1_SIMPLE(ASIdOrRange, u.id, ASN1_INTEGER),
40 ASN1_SIMPLE(ASIdOrRange, u.range, ASRange)
41 } ASN1_CHOICE_END(ASIdOrRange)
45 ASN1_SEQUENCE_OF(ASIdentifierChoice, u.asIdsOrRanges, ASIdOrRange)
54 IMPLEMENT_ASN1_FUNCTIONS(ASIdOrRange)
76 ASIdOrRange *aor =
122 static int ASIdOrRange_cmp(const ASIdOrRange *const *a_, in ASIdOrRange_cmp()
123 const ASIdOrRange *const *b_) in ASIdOrRange_cmp()
125 const ASIdOrRange *a = *a_, *b = *b_; in ASIdOrRange_cmp()
[all …]
/third_party/openssl/include/openssl/
Dx509v3.h738 } ASIdOrRange; typedef
740 typedef STACK_OF(ASIdOrRange) ASIdOrRanges;
741 DEFINE_STACK_OF(ASIdOrRange)
759 DECLARE_ASN1_FUNCTIONS(ASIdOrRange)
/third_party/openssl/crypto/asn1/
Dasn1_item_list.h14 ASN1_ITEM_ref(ASIdOrRange),
/third_party/openssl/fuzz/
Dasn1.c45 ASN1_ITEM_ref(ASIdOrRange),
/third_party/openssl/util/
Dindent.pro41 -T ASIdOrRange