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

  /system/security/keystore-engine/
eng_keystore.cpp 340 #undef OPENSSL_EXPORT
341 #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

Completed in 854 milliseconds