Home
last modified time | relevance | path

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

/third_party/openhitls/tls/handshake/sm/src/
Dhs_init.c92 uint32_t msgSize = DTLS_OVER_UDP_DEFAULT_SIZE; in GetMsgSize() local
/third_party/vk-gl-cts/execserver/
DxsTestDriver.cpp201 int msgSize = MESSAGE_HEADER_SIZE+1; // One byte is reserved for terminating 0. in pollBuffer() local
DxsExecutionServer.cpp81 size_t msgSize = getMessageSize(); in read() local
/third_party/openhitls/tls/handshake/common/src/
Dhs_common.c559 int32_t HS_GrowMsgBuf(TLS_Ctx *ctx, uint32_t msgSize, bool keepOldData) in HS_GrowMsgBuf()
586 int32_t HS_ReSizeMsgBuf(TLS_Ctx *ctx, uint32_t msgSize) in HS_ReSizeMsgBuf()