Searched refs:malloc_fn (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/ |
A D | mem.c | 51 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 D | OPENSSL_malloc.pod | 57 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 D | engine.h | 742 dyn_MEM_malloc_fn malloc_fn; member 801 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
|
A D | crypto.h.in | 312 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 D | eng_dyn.c | 478 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
|
Completed in 8 milliseconds