Home
last modified time | relevance | path

Searched refs:OPENSSL_IMPLEMENT_GLOBAL (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/include/openssl/
De_os2.h187 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro
193 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) type _shadow_##name=value;
/third_party/openssl/crypto/des/
Dset_key.c22 OPENSSL_IMPLEMENT_GLOBAL(int, DES_check_key, 0)
/third_party/openssl/
DCHANGES8593 To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL
8596 OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;
8597 OPENSSL_IMPLEMENT_GLOBAL(double,bar);