Searched refs:DECLARE_ASN1_ENCODE_FUNCTIONS_attr (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 305 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ macro 309 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) 312 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name)
|
H A D | asn1.h.in | 258 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ macro 262 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) 265 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name)
|