Home
last modified time | relevance | path

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

/third_party/openhitls/testcode/framework/tls/rpc/src/
Dhlt_rpc_func.c60 int HLT_RpcProviderTlsNewCtx(HLT_Process *peerProcess, TLS_VERSION tlsVersion, bool isClient, char … in HLT_RpcProviderTlsNewCtx()
128 int HLT_RpcTlsNewCtx(HLT_Process *peerProcess, TLS_VERSION tlsVersion, bool isClient) in HLT_RpcTlsNewCtx()
157 int HLT_RpcTlsSetCtx(HLT_Process *peerProcess, int ctxId, HLT_Ctx_Config *config) in HLT_RpcTlsSetCtx()
212 int HLT_RpcTlsNewSsl(HLT_Process *peerProcess, int ctxId) in HLT_RpcTlsNewSsl()
242 int HLT_RpcTlsSetSsl(HLT_Process *peerProcess, int sslId, HLT_Ssl_Config *config) in HLT_RpcTlsSetSsl()
272 int HLT_RpcTlsListen(HLT_Process *peerProcess, int sslId) in HLT_RpcTlsListen()
296 int HLT_RpcTlsAccept(HLT_Process *peerProcess, int sslId) in HLT_RpcTlsAccept()
339 int HLT_RpcTlsConnect(HLT_Process *peerProcess, int sslId) in HLT_RpcTlsConnect()
369 int HLT_RpcTlsConnectUnBlock(HLT_Process *peerProcess, int sslId) in HLT_RpcTlsConnectUnBlock()
404 int HLT_RpcTlsRead(HLT_Process *peerProcess, int sslId, uint8_t *data, uint32_t bufSize, uint32_t *… in HLT_RpcTlsRead()
[all …]