Home
last modified time | relevance | path

Searched defs:itname (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h.in94 # define ASN1_ITEM_start(itname) \ argument
99 # define static_ASN1_ITEM_start(itname) \ argument
102 # define ASN1_ITEM_end(itname) \ argument
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
792 # define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument
801 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
811 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument
821 # define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument
[all …]
H A Dasn1t.h93 # define ASN1_ITEM_start(itname) \ argument
98 # define static_ASN1_ITEM_start(itname) \ argument
101 # define ASN1_ITEM_end(itname) \ argument
763 # define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument
769 # define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument
789 # define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itnam… argument
791 # define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument
800 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
810 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument
820 # define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument
[all …]
H A Dasn1.h.in255 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument
258 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
947 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument
H A Dasn1.h302 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument
305 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
1114 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument
/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c137 static int check_single_test_params(char *name, char *testname, char *itname) in check_single_test_params()