Searched refs:DECLARE_ASN1_ENCODE_FUNCTIONS (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/ |
D | .clang-format | 15 - "DECLARE_ASN1_ENCODE_FUNCTIONS"
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 429 DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) 433 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) 435 #define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ macro
|
D | x509.h | 928 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) 945 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | asn1.h | 267 DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) 271 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) 273 #define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ macro
|
D | x509.h | 755 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) 786 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
|