Home
last modified time | relevance | path

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

/openssl/engines/
H A De_loader_attic.c878 const FILE_HANDLER *last_handler; member
917 if (ctx->_.file.last_handler != NULL) { in OSSL_STORE_LOADER_CTX_free()
918 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in OSSL_STORE_LOADER_CTX_free()
920 ctx->_.file.last_handler = NULL; in OSSL_STORE_LOADER_CTX_free()
1232 ctx->_.file.last_handler = matching_handlers[0]; in file_load_try_decode()
1270 if (ctx->_.file.last_handler != NULL) { in file_load_try_repeat()
1272 ctx->_.file.last_handler->try_decode(NULL, NULL, NULL, 0, in file_load_try_repeat()
1279 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in file_load_try_repeat()
1281 ctx->_.file.last_handler = NULL; in file_load_try_repeat()
1644 if (ctx->_.file.last_handler != NULL in file_eof()
[all …]

Completed in 14 milliseconds