Home
last modified time | relevance | path

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

/crypto/
A Dmem.c59 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() argument
65 if (malloc_fn != NULL) in CRYPTO_set_mem_functions()
66 malloc_impl = malloc_fn; in CRYPTO_set_mem_functions()
74 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, in CRYPTO_get_mem_functions() argument
78 if (malloc_fn != NULL) in CRYPTO_get_mem_functions()
79 *malloc_fn = malloc_impl; in CRYPTO_get_mem_functions()
/crypto/engine/
A Deng_dyn.c494 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()

Completed in 10 milliseconds