Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_loader_attic.c881 const FILE_HANDLER *last_handler; member
920 if (ctx->_.file.last_handler != NULL) { in OSSL_STORE_LOADER_CTX_free()
921 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in OSSL_STORE_LOADER_CTX_free()
923 ctx->_.file.last_handler = NULL; in OSSL_STORE_LOADER_CTX_free()
1246 ctx->_.file.last_handler = matching_handlers[0]; in file_load_try_decode()
1284 if (ctx->_.file.last_handler != NULL) { in file_load_try_repeat()
1286 ctx->_.file.last_handler->try_decode(NULL, NULL, NULL, 0, in file_load_try_repeat()
1293 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in file_load_try_repeat()
1295 ctx->_.file.last_handler = NULL; in file_load_try_repeat()
1660 if (ctx->_.file.last_handler != NULL in file_eof()
[all …]