Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/include/openssl/
H A De_os2.h187 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro
193 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) type _shadow_##name=value;
/freebsd-12.1/crypto/openssl/crypto/des/
H A Dset_key.c22 OPENSSL_IMPLEMENT_GLOBAL(int, DES_check_key, 0)
/freebsd-12.1/crypto/openssl/
H A DCHANGES8099 To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL
8102 OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;
8103 OPENSSL_IMPLEMENT_GLOBAL(double,bar);