Searched refs:ASYNC_stack_alloc_fn (Results 1 – 8 of 8) sorted by relevance
| /src/crypto/openssl/include/openssl/ |
| H A D | async.h | 82 typedef void *(*ASYNC_stack_alloc_fn)(size_t *num); typedef 85 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, 87 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn,
|
| /src/crypto/openssl/crypto/async/arch/ |
| H A D | async_posix.c | 39 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 D | async_null.c | 19 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 D | async_win.c | 23 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()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | ASYNC_start_job.pod | 8 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
|
| /src/crypto/openssl/test/ |
| H A D | asynctest.c | 431 ASYNC_stack_alloc_fn alloc_fn; in test_ASYNC_set_mem_functions()
|
| /src/crypto/openssl/util/ |
| H A D | other.syms | 160 ASYNC_stack_alloc_fn datatype
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 821 MLINKS+= ASYNC_start_job.3 ASYNC_stack_alloc_fn.3
|