/external/openthread/examples/apps/ncp/ |
D | ncp.c | 40 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { otNcpHdlcReceive(aBuf, aBufLeng… in otPlatUartReceived() 47 static int NcpSend(const uint8_t *aBuf, uint16_t aBufLength) in NcpSend()
|
/external/openthread/src/core/radio/ |
D | ble_secure.cpp | 194 Error BleSecure::Send(uint8_t *aBuf, uint16_t aLength) in Send() 210 Error BleSecure::SendApplicationTlv(uint8_t *aBuf, uint16_t aLength) in SendApplicationTlv() 251 Error BleSecure::HandleBleReceive(uint8_t *aBuf, uint16_t aLength) in HandleBleReceive() 351 void BleSecure::HandleTlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleTlsReceive() 356 void BleSecure::HandleTlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleTlsReceive()
|
/external/openthread/examples/apps/cli/ |
D | cli_uart.cpp | 131 static void ReceiveTask(const uint8_t *aBuf, uint16_t aBufLength) in ReceiveTask() 242 static int Output(const char *aBuf, uint16_t aBufLength) in Output() 367 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { ReceiveTask(aBuf, aBufLength); } in otPlatUartReceived()
|
/external/openthread/src/core/api/ |
D | message_api.cpp | 95 otError otMessageAppend(otMessage *aMessage, const void *aBuf, uint16_t aLength) in otMessageAppend() 102 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength) in otMessageRead() 109 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength) in otMessageWrite()
|
D | tcp_ext_api.cpp | 89 int otTcpMbedTlsSslSendCallback(void *aCtx, const unsigned char *aBuf, size_t aLen) in otTcpMbedTlsSslSendCallback() 107 int otTcpMbedTlsSslRecvCallback(void *aCtx, unsigned char *aBuf, size_t aLen) in otTcpMbedTlsSslRecvCallback()
|
D | crypto_api.cpp | 44 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
|
D | ble_secure_api.cpp | 193 otError otBleSecureSend(otInstance *aInstance, uint8_t *aBuf, uint16_t aLength) in otBleSecureSend() 198 otError otBleSecureSendApplicationTlv(otInstance *aInstance, uint8_t *aBuf, uint16_t aLength) in otBleSecureSendApplicationTlv()
|
/external/openthread/src/core/common/ |
D | message.cpp | 378 Error Message::AppendBytes(const void *aBuf, uint16_t aLength) in AppendBytes() 417 Error Message::PrependBytes(const void *aBuf, uint16_t aLength) in PrependBytes() 615 uint16_t Message::ReadBytes(uint16_t aOffset, void *aBuf, uint16_t aLength) const in ReadBytes() 637 Error Message::Read(uint16_t aOffset, void *aBuf, uint16_t aLength) const in Read() 648 Error Message::Read(const OffsetRange &aOffsetRange, void *aBuf, uint16_t aLength) const in Read() 659 bool Message::CompareBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength, ByteMatcher aMatch… in CompareBytes() argument 702 void Message::WriteBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength) in WriteBytes()
|
/external/openthread/src/ncp/ |
D | ncp_hdlc.cpp | 273 extern "C" void otNcpHdlcReceive(const uint8_t *aBuf, uint16_t aBufLength) in otNcpHdlcReceive() 283 void NcpHdlc::HandleHdlcReceiveDone(const uint8_t *aBuf, uint16_t aBufLength) in HandleHdlcReceiveDone() 315 void NcpHdlc::HandleError(otError aError, uint8_t *aBuf, uint16_t aBufLength) in HandleError()
|
D | example_vendor_hook.cpp | 132 static int SendHdlc(const uint8_t *aBuf, uint16_t aBufLength) in SendHdlc()
|
/external/openthread/third_party/tcplp/lib/test/ |
D | test_all.c | 15 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength) { in otMessageRead() 19 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength) { in otMessageWrite()
|
/external/openthread/tests/unit/ |
D | test_ncp_dnssd.cpp | 48 static otError GenerateSpinelDnssdSetStateFrame(otPlatDnssdState aState, uint8_t *aBuf, uint16_t &a… in GenerateSpinelDnssdSetStateFrame() 74 …ateSpinelDnssdRequestResultFrame(uint32_t aRequestId, otError aError, uint8_t *aBuf, uint16_t &aLe… in GenerateSpinelDnssdRequestResultFrame()
|
D | test_ncp_srp_server.cpp | 46 static otError GenerateSpinelSrpServerFrame(spinel_prop_key_t aProp, bool aEnable, uint8_t *aBuf, u… in GenerateSpinelSrpServerFrame()
|
D | test_ncp_infra_if.cpp | 51 uint8_t *aBuf, in GenerateSpinelInfraIfStateFrame()
|
/external/openthread/src/core/coap/ |
D | coap_secure.cpp | 119 void SecureSession::HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive() 124 void SecureSession::HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive()
|
/external/openthread/tests/fuzz/ |
D | ncp_hdlc_received.cpp | 46 static int HdlcSend(const uint8_t *aBuf, uint16_t aBufLength) in HdlcSend()
|
/external/ot-br-posix/src/utils/ |
D | sha256.cpp | 80 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
/external/openthread/examples/platforms/simulation/ |
D | spi-stubs.c | 76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
|
D | mdns_socket.c | 454 OT_TOOL_WEAK uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16… in otMessageRead() 484 OT_TOOL_WEAK otError otMessageAppend(otMessage *aMessage, const void *aBuf, uint16_t aLength) in otMessageAppend()
|
/external/openthread/src/core/crypto/ |
D | hmac_sha256.cpp | 54 void HmacSha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
D | sha256.cpp | 54 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
D | crypto_platform.cpp | 202 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Update(otCryptoContext *aContext, const void *aBuf, uint… in otPlatCryptoHmacSha256Update() 218 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Finish(otCryptoContext *aContext, uint8_t *aBuf, size_t … in otPlatCryptoHmacSha256Finish() 403 OT_TOOL_WEAK otError otPlatCryptoSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t… in otPlatCryptoSha256Update()
|
/external/openthread/tests/gtest/ |
D | fake_coprocessor_platform.cpp | 91 otNcpHdlcInit(mInstance, [](const uint8_t *aBuf, uint16_t aLength) -> int { in FakeCoprocessorPlatform()
|
/external/openthread/examples/platforms/utils/ |
D | uart_rtt.c | 87 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
|
/external/openthread/src/core/meshcop/ |
D | secure_transport.cpp | 382 int SecureSession::HandleMbedtlsTransmit(void *aContext, const unsigned char *aBuf, size_t aLength) in HandleMbedtlsTransmit() 387 int SecureSession::HandleMbedtlsTransmit(const unsigned char *aBuf, size_t aLength) in HandleMbedtlsTransmit() 396 int SecureSession::HandleMbedtlsReceive(void *aContext, unsigned char *aBuf, size_t aLength) in HandleMbedtlsReceive() 401 int SecureSession::HandleMbedtlsReceive(unsigned char *aBuf, size_t aLength) in HandleMbedtlsReceive() 848 int SecureTransport::Transmit(const unsigned char *aBuf, in Transmit()
|