Searched refs:DECLARE_ASN1_ENCODE_FUNCTIONS (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/include/openssl/ |
D | asn1.h | 224 DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) 228 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) 230 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ macro
|
D | x509.h | 504 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) 542 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
|
/third_party/openssl/util/ |
D | mkdef.pl | 623 } elsif (/^\s*DECLARE_ASN1_ENCODE_FUNCTIONS\s*\(\s*(\w*)\s*,\s*(\w*)\s*,\s*(\w*)\s*\)/) {
|