Home
last modified time | relevance | path

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

/third_party/openhitls/testcode/framework/tls/msg/src/
Dpack_frame_msg.c394 FRAME_AppMsg *appMsg = &msg->body.appMsg; in PackAppData() local
Dframe_parse_msg.c1006 static int32_t ParseAppMsg(const uint8_t *buffer, uint32_t bufLen, FRAME_AppMsg *appMsg, uint32_t *… in ParseAppMsg()
1018 static void CleanAppMsg(FRAME_AppMsg *appMsg) in CleanAppMsg()
/third_party/openhitls/tls/record/src/
Drec_read.c576 … UnprocessedAppMsg *appMsg = UnprocessedAppMsgGet(&recordCtx->unprocessedAppMsgList, curEpoch); in GetUnprocessedMsg() local
/third_party/openhitls/testcode/sdv/testcase/tls/consistency/tlcp/
Dtest_suite_sdv_frame_tlcp_consistency_3.c1452 FRAME_AppMsg *appMsg = &frameMsg.body.appMsg; in UT_TLS_TLCP_CONSISTENCY_AMEND_APPDATA_TC001() local
/third_party/openhitls/testcode/framework/tls/include/
Dframe_msg.h361 FRAME_AppMsg appMsg; member