Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/store/
H A Dloader_file.c749 const FILE_HANDLER *last_handler; member
783 if (ctx->_.file.last_handler != NULL) { in OSSL_STORE_LOADER_CTX_free()
784 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in OSSL_STORE_LOADER_CTX_free()
786 ctx->_.file.last_handler = NULL; in OSSL_STORE_LOADER_CTX_free()
1077 ctx->_.file.last_handler = matching_handlers[0]; in file_load_try_decode()
1113 if (ctx->_.file.last_handler != NULL) { in file_load_try_repeat()
1115 ctx->_.file.last_handler->try_decode(NULL, NULL, NULL, 0, in file_load_try_repeat()
1121 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in file_load_try_repeat()
1123 ctx->_.file.last_handler = NULL; in file_load_try_repeat()
1429 if (ctx->_.file.last_handler != NULL in file_eof()
[all …]