Searched refs:Decode (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_hdlc.cpp | 501 decoder.Decode(frame, length); in TestEncoderDecoder() 565 decoder.Decode(encoderBuffer.GetFrame(), encoderBuffer.GetLength()); in TestEncoderDecoder() 574 decoder.Decode(badShortFrame, sizeof(badShortFrame)); in TestEncoderDecoder() 584 decoder.Decode(&byte, sizeof(uint8_t)); in TestEncoderDecoder() 586 decoder.Decode(&byte, sizeof(uint8_t)); in TestEncoderDecoder() 588 decoder.Decode(&byte, sizeof(uint8_t)); in TestEncoderDecoder() 590 decoder.Decode(&byte, sizeof(uint8_t)); in TestEncoderDecoder() 634 decoder.Decode(encoderBuffer.GetFrame(), encoderBuffer.GetLength()); in TestFuzzEncoderDecoder()
|
/openthread-latest/src/posix/platform/ |
D | hdlc_interface.cpp | 202 Decode(buffer, static_cast<uint16_t>(rval)); in Read() 210 void HdlcInterface::Decode(const uint8_t *aBuffer, uint16_t aLength) { mHdlcDecoder.Decode(aBuffer,… in Decode() function in ot::Posix::HdlcInterface 295 Decode(event.mData, event.mDataLength); in WaitForFrame() 377 Decode(event->mData, event->mDataLength); in Process()
|
D | hdlc_interface.hpp | 209 void Decode(const uint8_t *aBuffer, uint16_t aLength);
|
/openthread-latest/src/lib/hdlc/ |
D | hdlc.hpp | 159 void Decode(const uint8_t *aData, uint16_t aLength);
|
D | hdlc.cpp | 224 void Decoder::Decode(const uint8_t *aData, uint16_t aLength) in Decode() function in ot::Hdlc::Decoder
|
/openthread-latest/tests/gtest/ |
D | fake_coprocessor_platform.cpp | 80 hdlcDecoder.Decode(aBuffer, aLength); in Receive()
|
/openthread-latest/src/ncp/ |
D | ncp_hdlc.cpp | 285 mFrameDecoder.Decode(aBuf, aBufLength); in HandleHdlcReceiveDone()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 1189 …1. Decode the selected curve/group and use this to determine a PSA key type (`PSA_KEY_TYPE_ECC_KEY…
|