Home
last modified time | relevance | path

Searched defs:tlsType (Results 1 – 5 of 5) sorted by relevance

/third_party/openhitls/testcode/framework/tls/include/
Dhlt.h30 #define HLT_InitLocalProcess(tlsType) InitSrcProcess(tlsType, __FILE__) argument
31 #define HLT_CreateRemoteProcess(tlsType) InitPeerProcess(tlsType, NONE_TYPE, 0, 0) argument
32 #define HLT_LinkRemoteProcess(tlsType, connType, port, isBlock) InitPeerProcess(tlsType, connType, … argument
/third_party/openhitls/testcode/framework/tls/resource/src/
Dtls_res.c251 void FreeCtx(TLS_TYPE tlsType, Res *ctxRes) in FreeCtx()
265 void FreeSsl(TLS_TYPE tlsType, Res *sslRes) in FreeSsl()
/third_party/openhitls/testcode/framework/tls/process/src/
Dprocess.c202 HLT_Process *InitSrcProcess(TLS_TYPE tlsType, char *srcDomainPath) in InitSrcProcess()
303 HLT_Process *InitPeerProcess(TLS_TYPE tlsType, HILT_TransportType connType, int port, bool isBlock) in InitPeerProcess()
/third_party/openhitls/testcode/framework/tls/process/include/
Dprocess.h32 TLS_TYPE tlsType; // Identifies whether the HiTLS interface is used. member
/third_party/openhitls/testcode/framework/tls/rpc/src/
Dhlt_func.c683 int HLT_LibraryInit(TLS_TYPE tlsType) in HLT_LibraryInit()