HomeSort by relevance Sort by last modified time
    Searched defs:OPENSSL_EXPORT (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/native/
test_openssl_engine.cpp 127 #undef OPENSSL_EXPORT
128 #define OPENSSL_EXPORT extern __attribute__ ((visibility ("default")))
  /external/openssl/
e_os2.h 239 Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare
247 # define OPENSSL_EXTERN OPENSSL_EXPORT
250 The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL
256 # define OPENSSL_EXPORT globalref
260 # define OPENSSL_EXPORT extern __declspec(dllexport)
264 # define OPENSSL_EXPORT extern
288 # define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name
  /external/openssl/include/openssl/
e_os2.h 239 Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare
247 # define OPENSSL_EXTERN OPENSSL_EXPORT
250 The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL
256 # define OPENSSL_EXPORT globalref
260 # define OPENSSL_EXPORT extern __declspec(dllexport)
264 # define OPENSSL_EXPORT extern
288 # define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name
  /system/security/keystore-engine/
eng_keystore.cpp 438 #undef OPENSSL_EXPORT
439 #define OPENSSL_EXPORT extern __attribute__ ((visibility ("default")))

Completed in 75 milliseconds