/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h | 160 # define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) argument 162 # define static_ASN1_SEQUENCE_END(stname) static_ASN1_SEQUENCE_END_name(stname, stname) argument 164 # define ASN1_SEQUENCE_END_name(stname, tname) \ argument 172 sizeof(stname),\ 176 # define static_ASN1_SEQUENCE_END_name(stname, tname) \ argument 184 sizeof(stname),\ 185 #stname \ 240 # define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 242 # define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 243 # define static_ASN1_SEQUENCE_END_cb(stname, tname) static_ASN1_SEQUENCE_END_ref(stname, tname) argument [all …]
|
H A D | asn1t.h.in | 140 * ASN1_SEQUENCE(stname) = { 142 * } ASN1_SEQUENCE_END(stname) 145 * for a structure called stname. 152 * } ASN1_SEQUENCE_END_name(stname, itname) 155 * a structure called stname. 161 # define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) argument 163 # define static_ASN1_SEQUENCE_END(stname) static_ASN1_SEQUENCE_END_name(stname, stname) argument 165 # define ASN1_SEQUENCE_END_name(stname, tname) \ argument 173 sizeof(stname),\ 177 # define static_ASN1_SEQUENCE_END_name(stname, tname) \ argument [all …]
|
H A D | asn1.h | 340 # define DECLARE_ASN1_PRINT_FUNCTION_attr(attr, stname) \ argument 341 DECLARE_ASN1_PRINT_FUNCTION_fname_attr(attr, stname, stname) 342 # define DECLARE_ASN1_PRINT_FUNCTION(stname) \ argument 343 DECLARE_ASN1_PRINT_FUNCTION_attr(extern, stname) 345 # define DECLARE_ASN1_PRINT_FUNCTION_fname_attr(attr, stname, fname) \ argument 346 attr int fname##_print_ctx(BIO *out, const stname *x, int indent, \ 348 # define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ argument 349 DECLARE_ASN1_PRINT_FUNCTION_fname_attr(extern, stname, fname)
|
H A D | asn1.h.in | 293 # define DECLARE_ASN1_PRINT_FUNCTION_attr(attr, stname) \ argument 294 DECLARE_ASN1_PRINT_FUNCTION_fname_attr(attr, stname, stname) 295 # define DECLARE_ASN1_PRINT_FUNCTION(stname) \ argument 296 DECLARE_ASN1_PRINT_FUNCTION_attr(extern, stname) 298 # define DECLARE_ASN1_PRINT_FUNCTION_fname_attr(attr, stname, fname) \ argument 299 attr int fname##_print_ctx(BIO *out, const stname *x, int indent, \ 301 # define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ argument 302 DECLARE_ASN1_PRINT_FUNCTION_fname_attr(extern, stname, fname)
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | n_pkey.c | 22 #define static_ASN1_BROKEN_SEQUENCE_END(stname) \ argument 23 static_ASN1_SEQUENCE_END_ref(stname, stname)
|
/freebsd/libexec/flua/modules/ |
H A D | lfs.c | 233 #define PUSH_INTEGER(lname, stname) \ argument 237 lua_pushinteger(L, (lua_Integer)sb->st_ ## stname); \
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_dup.pod | 313 IMPLEMENT_ASN1_FUNCTIONS(stname)
|