HomeSort by relevance Sort by last modified time
    Searched refs:OPENSSL_IMPLEMENT_GLOBAL (Results 1 - 4 of 4) sorted by null

  /external/openssl/
e_os2.h 275 OPENSSL_IMPLEMENT_GLOBAL(int,foobar,0)
281 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \
287 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
  /external/openssl/include/openssl/
e_os2.h 275 OPENSSL_IMPLEMENT_GLOBAL(int,foobar,0)
281 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \
287 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
  /external/openssl/crypto/des/
enc_read.c 66 OPENSSL_IMPLEMENT_GLOBAL(int,DES_rw_mode,DES_PCBC_MODE)
set_key.c 69 OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key,0) /* defaults to false */

Completed in 116 milliseconds