Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/store/
H A Dloader_file.c750 void *last_handler_ctx; member
784 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in OSSL_STORE_LOADER_CTX_free()
785 ctx->_.file.last_handler_ctx = NULL; in OSSL_STORE_LOADER_CTX_free()
1078 ctx->_.file.last_handler_ctx = handler_ctx; in file_load_try_decode()
1116 &ctx->_.file.last_handler_ctx, in file_load_try_repeat()
1121 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in file_load_try_repeat()
1122 ctx->_.file.last_handler_ctx = NULL; in file_load_try_repeat()
1430 && !ctx->_.file.last_handler->eof(ctx->_.file.last_handler_ctx)) in file_eof()