Searched refs:itname (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h | 93 # define ASN1_ITEM_start(itname) \ argument 94 const ASN1_ITEM * itname##_it(void) \ 98 # define static_ASN1_ITEM_start(itname) \ argument 99 static ASN1_ITEM_start(itname) 101 # define ASN1_ITEM_end(itname) \ argument 763 # define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument 764 ASN1_ITEM_start(itname) \ 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \ 766 ASN1_ITEM_end(itname) 769 # define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument [all …]
|
H A D | asn1t.h.in | 94 # 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 765 ASN1_ITEM_start(itname) \ 766 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \ [all …]
|
H A D | asn1.h | 302 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument 304 DECLARE_ASN1_ITEM_attr(attr, itname) 305 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument 306 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) 1114 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument 1116 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name)
|
H A D | asn1.h.in | 255 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument 257 DECLARE_ASN1_ITEM_attr(attr, itname) 258 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument 259 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) 947 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument 949 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name)
|
/freebsd/crypto/openssl/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() argument 167 itname, in check_single_test_params() 175 itname, single_test, in check_single_test_params()
|