Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/openthread/src/core/radio/
H A Dble_secure.cpp208 Error BleSecure::Send(uint8_t *aBuf, uint16_t aLength) in Send()
224 Error BleSecure::SendApplicationTlv(uint8_t *aBuf, uint16_t aLength) in SendApplicationTlv()
265 Error BleSecure::HandleBleReceive(uint8_t *aBuf, uint16_t aLength) in HandleBleReceive()
367 void BleSecure::HandleTlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleTlsReceive()
372 void BleSecure::HandleTlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleTlsReceive()
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.cpp403 Error Message::AppendBytes(const void *aBuf, uint16_t aLength) in AppendBytes()
442 Error Message::PrependBytes(const void *aBuf, uint16_t aLength) in PrependBytes()
640 uint16_t Message::ReadBytes(uint16_t aOffset, void *aBuf, uint16_t aLength) const in ReadBytes()
662 Error Message::Read(uint16_t aOffset, void *aBuf, uint16_t aLength) const in Read()
667 Error Message::Read(const OffsetRange &aOffsetRange, void *aBuf, uint16_t aLength) const in Read()
678 bool Message::CompareBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength, ByteMatcher aMatch… in CompareBytes() argument
721 void Message::WriteBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength) in WriteBytes()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dsecure_transport.cpp796 int SecureTransport::HandleMbedtlsTransmit(void *aContext, const unsigned char *aBuf, size_t aLengt… in HandleMbedtlsTransmit()
801 int SecureTransport::HandleMbedtlsTransmit(const unsigned char *aBuf, size_t aLength) in HandleMbedtlsTransmit()
841 int SecureTransport::HandleMbedtlsReceive(void *aContext, unsigned char *aBuf, size_t aLength) in HandleMbedtlsReceive()
846 int SecureTransport::HandleMbedtlsReceive(unsigned char *aBuf, size_t aLength) in HandleMbedtlsReceive()
1185 Error SecureTransport::HandleSecureTransportSend(const uint8_t *aBuf, in HandleSecureTransportSend()
/aosp_15_r20/external/openthread/examples/apps/cli/
H A Dcli_uart.cpp135 static void ReceiveTask(const uint8_t *aBuf, uint16_t aBufLength) in ReceiveTask()
246 static int Output(const char *aBuf, uint16_t aBufLength) in Output()
371 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { ReceiveTask(aBuf, aBufLength); } in otPlatUartReceived()
/aosp_15_r20/external/openthread/src/core/api/
H A Dmessage_api.cpp98 otError otMessageAppend(otMessage *aMessage, const void *aBuf, uint16_t aLength) in otMessageAppend()
105 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength) in otMessageRead()
112 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength) in otMessageWrite()
H A Dtcp_ext_api.cpp90 int otTcpMbedTlsSslSendCallback(void *aCtx, const unsigned char *aBuf, size_t aLen) in otTcpMbedTlsSslSendCallback()
108 int otTcpMbedTlsSslRecvCallback(void *aCtx, unsigned char *aBuf, size_t aLen) in otTcpMbedTlsSslRecvCallback()
H A Dble_secure_api.cpp177 otError otBleSecureSend(otInstance *aInstance, uint8_t *aBuf, uint16_t aLength) in otBleSecureSend()
182 otError otBleSecureSendApplicationTlv(otInstance *aInstance, uint8_t *aBuf, uint16_t aLength) in otBleSecureSendApplicationTlv()
H A Dcrypto_api.cpp50 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
/aosp_15_r20/external/openthread/src/ncp/
H A 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()
H A Dexample_vendor_hook.cpp132 static int SendHdlc(const uint8_t *aBuf, uint16_t aBufLength) in SendHdlc()
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dncp_spinel.cpp537 otError NcpSpinel::ParseIp6AddressTable(const uint8_t *aBuf, in ParseIp6AddressTable()
573 otError NcpSpinel::ParseIp6MulticastAddresses(const uint8_t *aBuf, uint8_t aLen, std::vector<Ip6Add… in ParseIp6MulticastAddresses()
596 otError NcpSpinel::ParseIp6StreamNet(const uint8_t *aBuf, uint8_t aLen, const uint8_t *&aData, uint… in ParseIp6StreamNet()
610 otError NcpSpinel::ParseOperationalDatasetTlvs(const uint8_t *aBuf, in ParseOperationalDatasetTlvs()
/aosp_15_r20/external/openthread/examples/apps/ncp/
H A 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()
/aosp_15_r20/external/openthread/third_party/tcplp/lib/test/
H A 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()
/aosp_15_r20/external/openthread/src/core/crypto/
H A 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()
H A Dhmac_sha256.cpp54 void HmacSha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
H A Dsha256.cpp54 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_secure.cpp202 void CoapSecure::HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive()
207 void CoapSecure::HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dmdns_socket.c463 OT_TOOL_WEAK uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16… in otMessageRead()
494 OT_TOOL_WEAK otError otMessageAppend(otMessage *aMessage, const void *aBuf, uint16_t aLength) in otMessageAppend()
H A Dspi-stubs.c76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dncp_hdlc_received.cpp46 static int HdlcSend(const uint8_t *aBuf, uint16_t aBufLength) in HdlcSend()
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dsha256.cpp80 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Duart_rtt.c88 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
/aosp_15_r20/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.c213 char aBuf[1024]; in pkg_appendUniqueDirToList() local
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dparser.cpp132 void Parser::Process(const char *aBuf, size_t aLength) in Process()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.c213 char aBuf[1024]; in pkg_appendUniqueDirToList() local

12