Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/
H A Dmem.c30 static void (*free_impl)(void *, const char *, int) variable
72 free_impl = f; in CRYPTO_set_mem_functions()
94 *f = free_impl; in CRYPTO_get_mem_functions()
298 if (free_impl != NULL && free_impl != &CRYPTO_free) { in CRYPTO_free()
299 free_impl(str, file, line); in CRYPTO_free()
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Dmem.c24 static CRYPTO_free_fn free_impl = CRYPTO_free; variable
68 free_impl = free_fn; in CRYPTO_set_mem_functions()
81 *free_fn = free_impl; in CRYPTO_get_mem_functions()
253 if (free_impl != CRYPTO_free) { in CRYPTO_free()
254 free_impl(str, file, line); in CRYPTO_free()