代码拉取完成,页面将自动刷新
/**********************************************************************
* gost_prov.h - The provider itself *
* *
* Copyright (c) 2021 Richard Levitte <richard@levitte.org> *
* This file is distributed under the same license as OpenSSL *
* *
* Requires OpenSSL 3.0 for compilation *
**********************************************************************/
#include <openssl/core.h>
#include <openssl/engine.h>
struct provider_ctx_st {
OSSL_LIB_CTX *libctx;
const OSSL_CORE_HANDLE *core_handle;
struct proverr_functions_st *proverr_handle;
/*
* "internal" GOST engine, which is the implementation that all the
* provider functions will use to access the crypto functionality.
* This is pure hackery, but allows us to quickly wrap all the ENGINE
* function with provider wrappers. There is no other supported way
* to do this.
*/
ENGINE *e;
};
typedef struct provider_ctx_st PROV_CTX;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。