Searched refs:stname (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | asn1t.h | 120 # define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) argument 122 # define static_ASN1_SEQUENCE_END(stname) static_ASN1_SEQUENCE_END_name(stname, stname) argument 124 # define ASN1_SEQUENCE_END_name(stname, tname) \ argument 132 sizeof(stname),\ 136 # define static_ASN1_SEQUENCE_END_name(stname, tname) \ argument 144 sizeof(stname),\ 145 #stname \ 193 # define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname) argument 194 # define static_ASN1_BROKEN_SEQUENCE_END(stname) \ argument 195 static_ASN1_SEQUENCE_END_ref(stname, stname) [all …]
|
| D | asn1.h | 251 # define DECLARE_ASN1_PRINT_FUNCTION(stname) \ argument 252 DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname) 254 # define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ argument 255 int fname##_print_ctx(BIO *out, stname *x, int indent, \
|
| /freebsd-12-stable/libexec/flua/modules/ |
| D | lfs.c | 235 #define PUSH_INTEGER(lname, stname) \ argument 239 lua_pushinteger(L, (lua_Integer)sb->st_ ## stname); \
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | X509_dup.pod | 256 IMPLEMENT_ASN1_FUNCTIONS(stname)
|