Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dmem.c51 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() argument
57 if (malloc_fn != NULL) in CRYPTO_set_mem_functions()
58 malloc_impl = malloc_fn; in CRYPTO_set_mem_functions()
66 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, in CRYPTO_get_mem_functions() argument
70 if (malloc_fn != NULL) in CRYPTO_get_mem_functions()
71 *malloc_fn = malloc_impl; in CRYPTO_get_mem_functions()
/openssl-master/doc/man3/
A DOPENSSL_malloc.pod57 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
60 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
126 If any of B<malloc_fn>, B<realloc_fn>, or B<free_fn> are NULL, then
/openssl-master/include/openssl/
A Dengine.h742 dyn_MEM_malloc_fn malloc_fn; member
801 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
A Dcrypto.h.in312 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
315 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
/openssl-master/crypto/engine/
A Deng_dyn.c478 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()

Completed in 8 milliseconds