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.c59 async_ctx *async_get_ctx(void) in async_get_ctx() function
68 ctx = async_get_ctx(); in async_ctx_free()
149 async_ctx *ctx = async_get_ctx(); in async_start_func()
182 ctx = async_get_ctx(); in ASYNC_start_job()
289 async_ctx *ctx = async_get_ctx(); in ASYNC_pause_job()
436 ctx = async_get_ctx(); in ASYNC_get_current_job()
455 ctx = async_get_ctx(); in ASYNC_block_pause()
472 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.c40 async_ctx *ctx = async_get_ctx(); in async_local_cleanup()