Home
last modified time | relevance | path

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

/trueos/crypto/openssl/
HDe_os2.h294 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro
300 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
HDCHANGES5161 To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL
5164 OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;
5165 OPENSSL_IMPLEMENT_GLOBAL(double,bar);
/trueos/crypto/openssl/crypto/des/
HDenc_read.c68 OPENSSL_IMPLEMENT_GLOBAL(int, DES_rw_mode, DES_PCBC_MODE) in OPENSSL_IMPLEMENT_GLOBAL() function
HDset_key.c70 OPENSSL_IMPLEMENT_GLOBAL(int, DES_check_key, 0)