Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/
HDmem.c134 static void (*set_debug_options_func) (long) = CRYPTO_dbg_set_options; variable
146 static void (*set_debug_options_func) (long) = NULL; variable
227 set_debug_options_func = so; in CRYPTO_set_mem_debug_functions()
291 *so = set_debug_options_func; in CRYPTO_get_mem_debug_functions()
449 if (set_debug_options_func != NULL) in CRYPTO_set_mem_debug_options()
450 set_debug_options_func(bits); in CRYPTO_set_mem_debug_options()