Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dasync.h83 typedef void *(*ASYNC_stack_alloc_fn)(size_t *num); typedef
86 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn,
88 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn,
/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_posix.c39 static ASYNC_stack_alloc_fn stack_alloc_impl = async_stack_alloc;
53 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions()
73 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions()
H A Dasync_null.c19 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions()
25 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions()
H A Dasync_win.c23 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions()
29 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions()
/freebsd/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod8 ASYNC_stack_alloc_fn, ASYNC_stack_free_fn, ASYNC_set_mem_functions, ASYNC_get_mem_functions
29 typedef void *(*ASYNC_stack_alloc_fn)(size_t *num);
31 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn,
33 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn,
164 Using an ASYNC_stack_alloc_fn callback also allows manipulation of the stack
/freebsd/crypto/openssl/test/
H A Dasynctest.c433 ASYNC_stack_alloc_fn alloc_fn; in test_ASYNC_set_mem_functions()
/freebsd/crypto/openssl/util/
H A Dother.syms159 ASYNC_stack_alloc_fn datatype