Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
De_os2.h275 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro
281 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
/external/openssl/
De_os2.h275 # 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/
Denc_read.c66 OPENSSL_IMPLEMENT_GLOBAL(int,DES_rw_mode,DES_PCBC_MODE) in OPENSSL_IMPLEMENT_GLOBAL() function
Dset_key.c68 OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key,0) /* defaults to false */