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

/external/libchrome/crypto/
H A Dcrypto_export.h8 // Defines CRYPTO_EXPORT so that functionality implemented by the crypto module
15 #define CRYPTO_EXPORT __declspec(dllexport) macro
17 #define CRYPTO_EXPORT __declspec(dllimport) macro
22 #define CRYPTO_EXPORT __attribute__((visibility("default"))) macro
24 #define CRYPTO_EXPORT macro
29 #define CRYPTO_EXPORT macro

Completed in 221 milliseconds