Home
last modified time | relevance | path

Searched defs:aBuf (Results 1 – 25 of 46) sorted by relevance

12

/external/openthread/examples/apps/ncp/
Dncp.c40 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/
Dble_secure.cpp194 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/
Dcli_uart.cpp131 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/
Dmessage_api.cpp95 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()
Dtcp_ext_api.cpp89 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()
Dcrypto_api.cpp44 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
Dble_secure_api.cpp193 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/
Dmessage.cpp378 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/
Dncp_hdlc.cpp273 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()
Dexample_vendor_hook.cpp132 static int SendHdlc(const uint8_t *aBuf, uint16_t aBufLength) in SendHdlc()
/external/openthread/third_party/tcplp/lib/test/
Dtest_all.c15 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/
Dtest_ncp_dnssd.cpp48 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()
Dtest_ncp_srp_server.cpp46 static otError GenerateSpinelSrpServerFrame(spinel_prop_key_t aProp, bool aEnable, uint8_t *aBuf, u… in GenerateSpinelSrpServerFrame()
Dtest_ncp_infra_if.cpp51 uint8_t *aBuf, in GenerateSpinelInfraIfStateFrame()
/external/openthread/src/core/coap/
Dcoap_secure.cpp119 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/
Dncp_hdlc_received.cpp46 static int HdlcSend(const uint8_t *aBuf, uint16_t aBufLength) in HdlcSend()
/external/ot-br-posix/src/utils/
Dsha256.cpp80 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
/external/openthread/examples/platforms/simulation/
Dspi-stubs.c76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
Dmdns_socket.c454 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/
Dhmac_sha256.cpp54 void HmacSha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
Dsha256.cpp54 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
Dcrypto_platform.cpp202 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/
Dfake_coprocessor_platform.cpp91 otNcpHdlcInit(mInstance, [](const uint8_t *aBuf, uint16_t aLength) -> int { in FakeCoprocessorPlatform()
/external/openthread/examples/platforms/utils/
Duart_rtt.c87 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
/external/openthread/src/core/meshcop/
Dsecure_transport.cpp382 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()

12