Searched refs:OPENSSL_IMPLEMENT_GLOBAL (Results 1 – 4 of 4) sorted by relevance
/external/openssl/include/openssl/ |
D | e_os2.h | 275 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro 281 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
|
/external/openssl/ |
D | e_os2.h | 275 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro 281 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
|
/external/openssl/crypto/des/ |
D | enc_read.c | 66 OPENSSL_IMPLEMENT_GLOBAL(int,DES_rw_mode,DES_PCBC_MODE) in OPENSSL_IMPLEMENT_GLOBAL() function
|
D | set_key.c | 68 OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key,0) /* defaults to false */
|