Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/
De_os2.h277 # define OPENSSL_IMPLEMENT_GLOBAL(type,name) \ macro
284 # define OPENSSL_IMPLEMENT_GLOBAL(type,name) OPENSSL_GLOBAL type _shadow_##name
DCHANGES3857 To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL
3860 OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;
3861 OPENSSL_IMPLEMENT_GLOBAL(double,bar);
/freebsd-9-stable/crypto/openssl/crypto/des/
Denc_read.c68 OPENSSL_IMPLEMENT_GLOBAL(int, DES_rw_mode) = DES_PCBC_MODE;
Dset_key.c72 OPENSSL_IMPLEMENT_GLOBAL(int, DES_check_key); /* defaults to false */