Searched refs:OPENSSL_IMPLEMENT_GLOBAL (Results 1 – 4 of 4) sorted by relevance
277 # define OPENSSL_IMPLEMENT_GLOBAL(type,name) \ macro284 # define OPENSSL_IMPLEMENT_GLOBAL(type,name) OPENSSL_GLOBAL type _shadow_##name
3857 To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL3860 OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;3861 OPENSSL_IMPLEMENT_GLOBAL(double,bar);
68 OPENSSL_IMPLEMENT_GLOBAL(int, DES_rw_mode) = DES_PCBC_MODE;
72 OPENSSL_IMPLEMENT_GLOBAL(int, DES_check_key); /* defaults to false */