Searched defs:itname (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | asn1t.h | 35 # define ASN1_ITEM_start(itname) \ argument 38 # define static_ASN1_ITEM_start(itname) \ argument 41 # define ASN1_ITEM_end(itname) \ argument 773 # define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument 779 # define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument 799 # define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itnam… argument 801 # define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument 810 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument 820 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument 830 # define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument [all …]
|
H A D | asn1.h | 226 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument 230 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | asn1t.h.in | 94 # 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 D | asn1.h.in | 255 # 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
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | driver.c | 137 static int check_single_test_params(char *name, char *testname, char *itname) in check_single_test_params()
|