Searched defs:CRYPTO_EXPORT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/crypto/
H A Dcrypto_export.h8 // Defines CRYPTO_EXPORT so that functionality implemented by the crypto module
16 #define CRYPTO_EXPORT __declspec(dllexport) macro
19 #define CRYPTO_EXPORT __declspec(dllimport) macro
25 #define CRYPTO_EXPORT __attribute__((visibility("default"))) macro
28 #define CRYPTO_EXPORT macro
34 #define CRYPTO_EXPORT macro

Completed in 740 milliseconds