Searched defs:stname (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 130 #define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) argument 132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument 156 #define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 158 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 160 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument 202 #define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname) argument 204 #define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type) argument 206 #define ASN1_CHOICE_END_selector(stname, tname, selname) \ argument 218 #define ASN1_CHOICE_END_cb(stname, tname, selname) \ argument 240 #define ASN1_EX_TYPE(flags, tag, stname, field, type) { \ argument [all …]
|
D | asn1.h | 455 #define DECLARE_ASN1_PRINT_FUNCTION(stname) \ argument 458 #define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ argument
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | asn1t.h | 130 #define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) argument 132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument 178 #define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname) argument 180 #define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 182 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 184 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument 196 #define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \ argument 238 #define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname) argument 240 #define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type) argument 242 #define ASN1_CHOICE_END_selector(stname, tname, selname) \ argument [all …]
|
D | asn1.h | 294 #define DECLARE_ASN1_PRINT_FUNCTION(stname) \ argument 297 #define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ argument
|