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.c262 size_t len, void **handler_ctx,
273 typedef int (*file_eof_fn)(void *handler_ctx);
279 typedef void (*file_destroy_ctx_fn)(void **handler_ctx);
1187 void *handler_ctx = NULL; in file_load_try_decode() local
1223 if (handler_ctx) in file_load_try_decode()
1224 handler->destroy_ctx(&handler_ctx); in file_load_try_decode()
1225 handler_ctx = tmp_handler_ctx; in file_load_try_decode()
1232 handler->destroy_ctx(&handler_ctx); in file_load_try_decode()
1233 handler_ctx = NULL; in file_load_try_decode()
1247 ctx->_.file.last_handler_ctx = handler_ctx; in file_load_try_decode()