Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dasn1t.h130 #define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) argument
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
140 sizeof(stname),\
141 #stname \
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
192 sizeof(stname),\
193 #stname \
[all …]
Dasn1.h319 #define DECLARE_ASN1_PRINT_FUNCTION(stname) \ argument
320 DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname)
322 #define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ argument
323 OPENSSL_EXPORT int fname##_print_ctx(BIO *out, stname *x, int indent, \