Searched refs:stname (Results 1 – 3 of 3) 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 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 …]
|
D | asn1.h | 294 #define DECLARE_ASN1_PRINT_FUNCTION(stname) \ argument 295 DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname) 297 #define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ argument 298 OPENSSL_EXPORT int fname##_print_ctx(BIO *out, stname *x, int indent, \
|
/external/scapy/scapy/ |
D | automaton.py | 671 for stname in self.states: 672 setattr(self, stname, 673 _instance_state(getattr(self, stname)))
|