Home
last modified time | relevance | path

Searched refs:async_get_ctx (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/async/
H A Dasync.c61 async_ctx *async_get_ctx(void) in async_get_ctx() function
70 ctx = async_get_ctx(); in async_ctx_free()
153 async_ctx *ctx = async_get_ctx(); in async_start_func()
186 ctx = async_get_ctx(); in ASYNC_start_job()
294 async_ctx *ctx = async_get_ctx(); in ASYNC_pause_job()
442 ctx = async_get_ctx(); in ASYNC_get_current_job()
461 ctx = async_get_ctx(); in ASYNC_block_pause()
478 ctx = async_get_ctx(); in ASYNC_unblock_pause()
H A Dasync_local.h78 async_ctx *async_get_ctx(void);
/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_win.c25 async_ctx *ctx = async_get_ctx(); in async_local_cleanup()