Searched refs:impl_check (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dex_data.c201 static void impl_check(void) function
208 /* A macro wrapper for impl_check that first uses a non-locked test before
210 #define IMPL_CHECK if(!impl) impl_check();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dex_data.c199 static void impl_check(void) function
208 * A macro wrapper for impl_check that first uses a non-locked test before
211 #define IMPL_CHECK if(!impl) impl_check();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dex_data.c199 static void impl_check(void) function
208 * A macro wrapper for impl_check that first uses a non-locked test before
211 #define IMPL_CHECK if(!impl) impl_check();

Completed in 107 milliseconds