Searched defs:session (Results 1 – 6 of 6) sorted by relevance
| /test/xts/device_attest_lite/test/tdd/gtest/ |
| D | attest_tdd_mock_net.c | 64 int32_t TLSConnect(TLSSession* session) in TLSConnect() 73 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite() 81 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead() 97 int32_t TLSClose(TLSSession* session) in TLSClose()
|
| /test/xts/device_attest_lite/services/core/network/ |
| D | attest_channel.c | 159 static int32_t TLSSetupConfig(TLSSession* session) in TLSSetupConfig() 201 int32_t TLSConnect(TLSSession* session) in TLSConnect() 253 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite() 274 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead() 294 int32_t TLSClose(TLSSession* session) in TLSClose()
|
| D | attest_network.c | 171 TLSSession* session = (TLSSession*)ATTEST_MEM_MALLOC(sizeof(TLSSession)); in CustomConfig() local 190 static int32_t CloseNetwork(TLSSession* session) in CloseNetwork() 203 static int32_t ConnectNetWork(TLSSession **session, void* reserved) in ConnectNetWork() 728 static int32_t TransOptions(const TLSSession* session, const DevicePacket *devPacket, ATTEST_ACTION… in TransOptions() 763 static int32_t SendTLSMsg(const TLSSession* session, char *coapMessage, size_t coapMessageLen) in SendTLSMsg() 784 static int32_t SendCoapMsg(const TLSSession* session, const DevicePacket* devPacket, in SendCoapMsg() 844 static int32_t DecodeExtendedLength(const TLSSession* session, size_t messageLen, size_t extendedLe… in DecodeExtendedLength() 876 static int32_t DecodeLenTkl(const TLSSession* session, CoapPacket* coapPkt) in DecodeLenTkl() 904 static int32_t RecvCoapMsg(const TLSSession* session, char **respData, size_t *respDataLen) in RecvCoapMsg()
|
| /test/testfwk/xdevice/src/xdevice/_core/command/ |
| D | console.py | 662 def _find_history_path(cls, session): argument
|
| /test/testfwk/developer_test/src/core/command/ |
| D | console.py | 500 session = "session" variable in ConfigConst
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| D | constants.py | 261 session = "session" variable in ConfigConst
|