Searched refs:itname (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/include/openssl/ |
| H A D | asn1t.h | 95 #define ASN1_ITEM_start(itname) \ argument 96 const ASN1_ITEM *itname##_it(void) \ 100 #define static_ASN1_ITEM_start(itname) \ argument 101 static ASN1_ITEM_start(itname) 103 #define ASN1_ITEM_end(itname) \ argument 752 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument 753 ASN1_ITEM_start(itname) \ 755 V_##vname, NULL, 0, NULL, ex, #itname ASN1_ITEM_end(itname) 758 #define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument 759 ASN1_ITEM_start(itname) \ [all …]
|
| H A D | asn1t.h.in | 96 #define ASN1_ITEM_start(itname) \ argument 97 const ASN1_ITEM *itname##_it(void) \ 101 #define static_ASN1_ITEM_start(itname) \ argument 102 static ASN1_ITEM_start(itname) 104 #define ASN1_ITEM_end(itname) \ argument 151 * ASN1_SEQUENCE(itname) = { 153 * } ASN1_SEQUENCE_END_name(stname, itname) 753 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument 754 ASN1_ITEM_start(itname) \ 756 V_##vname, NULL, 0, NULL, ex, #itname ASN1_ITEM_end(itname) [all …]
|
| H A D | asn1.h | 310 #define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument 312 DECLARE_ASN1_ITEM_attr(attr, itname) 313 #define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument 314 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) 1111 #define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument 1113 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name)
|
| H A D | asn1.h.in | 263 #define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument 265 DECLARE_ASN1_ITEM_attr(attr, itname) 266 #define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument 267 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) 944 #define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument 946 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name)
|
| /src/crypto/openssl/test/testutil/ |
| H A D | driver.c | 136 static int check_single_test_params(char *name, char *testname, char *itname) in check_single_test_params() argument 165 itname, in check_single_test_params() 173 itname, single_test, in check_single_test_params()
|