Home
last modified time | relevance | path

Searched refs:itname (Results 1 – 3 of 3) sorted by relevance

/openssl/include/openssl/
H A Dasn1t.h.in94 # define ASN1_ITEM_start(itname) \ argument
95 const ASN1_ITEM * itname##_it(void) \
99 # define static_ASN1_ITEM_start(itname) \ argument
100 static ASN1_ITEM_start(itname)
102 # define ASN1_ITEM_end(itname) \ argument
150 * ASN1_SEQUENCE(itname) = {
152 * } ASN1_SEQUENCE_END_name(stname, itname)
764 # define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument
770 # define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument
790 … define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itnam… argument
[all …]
H A Dasn1.h.in258 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument
260 DECLARE_ASN1_ITEM_attr(attr, itname)
261 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
262 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name)
952 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument
954 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name)
/openssl/test/testutil/
H A Ddriver.c140 static int check_single_test_params(char *name, char *testname, char *itname) in check_single_test_params() argument
170 itname, in check_single_test_params()
178 itname, single_test, in check_single_test_params()

Completed in 14 milliseconds