Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_loader_attic.c261 size_t len, void **handler_ctx,
272 typedef int (*file_eof_fn)(void *handler_ctx);
278 typedef void (*file_destroy_ctx_fn)(void **handler_ctx);
1172 void *handler_ctx = NULL; in file_load_try_decode() local
1204 if (handler_ctx) in file_load_try_decode()
1205 handler->destroy_ctx(&handler_ctx); in file_load_try_decode()
1206 handler_ctx = tmp_handler_ctx; in file_load_try_decode()
1213 handler->destroy_ctx(&handler_ctx); in file_load_try_decode()
1214 handler_ctx = NULL; in file_load_try_decode()
1228 ctx->_.file.last_handler_ctx = handler_ctx; in file_load_try_decode()