Searched refs:set_debug_options_func (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 Dmem.c111 static void (*set_debug_options_func)(long) = CRYPTO_dbg_set_options; variable
120 static void (*set_debug_options_func)(long) = NULL; variable
192 set_debug_options_func=so;
245 if (so != NULL) *so=set_debug_options_func;
392 if (set_debug_options_func != NULL)
393 set_debug_options_func(bits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem.c118 static void (*set_debug_options_func) (long) = CRYPTO_dbg_set_options; variable
130 static void (*set_debug_options_func) (long) = NULL; variable
211 set_debug_options_func = so;
275 *so = set_debug_options_func;
457 if (set_debug_options_func != NULL)
458 set_debug_options_func(bits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem.c118 static void (*set_debug_options_func) (long) = CRYPTO_dbg_set_options; variable
130 static void (*set_debug_options_func) (long) = NULL; variable
211 set_debug_options_func = so;
275 *so = set_debug_options_func;
457 if (set_debug_options_func != NULL)
458 set_debug_options_func(bits);

Completed in 71 milliseconds