Home
last modified time | relevance | path

Searched defs:providerPath (Results 1 – 9 of 9) sorted by relevance

/third_party/openhitls/crypto/provider/src/mgr/
Dcrypt_provider_local.h41 char *providerPath; member
Dcrypt_provider.c106 const char *providerPath, BSL_Param *param, CRYPT_EAL_ProvMgrCtx *ctx) in MountEalProviderMgrCtxParams()
212 char *providerPath = providerName; in EalProviderMgrCtxNew() local
/third_party/openhitls/testcode/sdv/testcase/codecs/decode/
Dtest_suite_sdv_decode.c129 void SDV_CRYPT_DECODE_PROVIDER_NEW_CTX_API_TC003(char *providerPath, char *providerName, int cmd, i… in SDV_CRYPT_DECODE_PROVIDER_NEW_CTX_API_TC003()
/third_party/openhitls/testcode/framework/tls/rpc/src/
Dhitls_func.c251 static HITLS_Lib_Ctx *InitProviderLibCtx(char *providerPath, char (*providerNames)[MAX_PROVIDER_NAM… in InitProviderLibCtx()
284 HITLS_Config *HitlsProviderNewCtx(char *providerPath, char (*providerNames)[MAX_PROVIDER_NAME_LEN],… in HitlsProviderNewCtx()
Dhlt_func.c71 void* HLT_TlsProviderNewCtx(char *providerPath, char (*providerNames)[MAX_PROVIDER_NAME_LEN], int *… in HLT_TlsProviderNewCtx()
1129 int HLT_SetProviderPath(HLT_Ctx_Config *ctxConfig, char *providerPath) in HLT_SetProviderPath()
Drpc_func.c165 char *providerPath = strlen(cmdData->paras[4]) > 0 ? cmdData->paras[4] : NULL; in RpcProviderTlsNewCtx() local
Dhlt_rpc_func.c60 …viderTlsNewCtx(HLT_Process *peerProcess, TLS_VERSION tlsVersion, bool isClient, char *providerPath, in HLT_RpcProviderTlsNewCtx()
/third_party/openhitls/testcode/sdv/testcase/crypto/encode/
Dtest_suite_sdv_asn1_certkey.c848 void SDV_BSL_ASN1_PARSE_BUFF_PROVIDER_TC002(char *providerPath, char *providerName, int cmd, char *… in SDV_BSL_ASN1_PARSE_BUFF_PROVIDER_TC002()
/third_party/openhitls/testcode/framework/tls/include/
Dhlt_type.h258 char providerPath[MAX_PROVIDER_PATH_LEN]; member