Searched defs:tlsType (Results 1 – 5 of 5) sorted by relevance
| /third_party/openhitls/testcode/framework/tls/include/ |
| D | hlt.h | 30 #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/ |
| D | tls_res.c | 251 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/ |
| D | process.c | 202 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/ |
| D | process.h | 32 TLS_TYPE tlsType; // Identifies whether the HiTLS interface is used. member
|
| /third_party/openhitls/testcode/framework/tls/rpc/src/ |
| D | hlt_func.c | 683 int HLT_LibraryInit(TLS_TYPE tlsType) in HLT_LibraryInit()
|