Home
last modified time | relevance | path

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

/third_party/openssl/crypto/async/
Dasync.c33 static async_ctx *async_ctx_new(void) in async_ctx_new()
35 async_ctx *nctx; in async_ctx_new()
59 async_ctx *async_get_ctx(void) in async_get_ctx()
61 return (async_ctx *)CRYPTO_THREAD_get_local(&ctxkey); in async_get_ctx()
66 async_ctx *ctx; in async_ctx_free()
147 async_ctx *ctx = async_get_ctx(); in async_start_func()
170 async_ctx *ctx; in ASYNC_start_job()
258 async_ctx *ctx = async_get_ctx(); in ASYNC_pause_job()
401 async_ctx *ctx; in ASYNC_get_current_job()
420 async_ctx *ctx; in ASYNC_block_pause()
[all …]
Dasync_local.h26 typedef struct async_ctx_st async_ctx; typedef
74 async_ctx *async_get_ctx(void);
/third_party/openssl/crypto/async/arch/
Dasync_win.c25 async_ctx *ctx = async_get_ctx(); in async_local_cleanup()