Searched refs:OPENSSL_IMPLEMENT_GLOBAL (Results 1 – 4 of 4) sorted by relevance
| /trueos/crypto/openssl/ |
| HD | e_os2.h | 294 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro 300 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
|
| HD | CHANGES | 5161 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/ |
| HD | enc_read.c | 68 OPENSSL_IMPLEMENT_GLOBAL(int, DES_rw_mode, DES_PCBC_MODE) in OPENSSL_IMPLEMENT_GLOBAL() function
|
| HD | set_key.c | 70 OPENSSL_IMPLEMENT_GLOBAL(int, DES_check_key, 0)
|