/aosp_15_r20/external/openthread/src/core/radio/ |
H A D | ble_secure.cpp | 208 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 D | message.cpp | 403 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 D | secure_transport.cpp | 796 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 D | cli_uart.cpp | 135 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 D | message_api.cpp | 98 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 D | tcp_ext_api.cpp | 90 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 D | ble_secure_api.cpp | 177 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 D | crypto_api.cpp | 50 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
|
/aosp_15_r20/external/openthread/src/ncp/ |
H A 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()
|
H A D | example_vendor_hook.cpp | 132 static int SendHdlc(const uint8_t *aBuf, uint16_t aBufLength) in SendHdlc()
|
/aosp_15_r20/external/ot-br-posix/src/ncp/ |
H A D | ncp_spinel.cpp | 537 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 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()
|
/aosp_15_r20/external/openthread/third_party/tcplp/lib/test/ |
H A 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()
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A 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()
|
H A D | hmac_sha256.cpp | 54 void HmacSha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
H A D | sha256.cpp | 54 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
/aosp_15_r20/external/openthread/src/core/coap/ |
H A D | coap_secure.cpp | 202 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 D | mdns_socket.c | 463 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 D | spi-stubs.c | 76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
|
/aosp_15_r20/external/openthread/tests/fuzz/ |
H A D | ncp_hdlc_received.cpp | 46 static int HdlcSend(const uint8_t *aBuf, uint16_t aBufLength) in HdlcSend()
|
/aosp_15_r20/external/ot-br-posix/src/utils/ |
H A D | sha256.cpp | 80 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
/aosp_15_r20/external/openthread/examples/platforms/utils/ |
H A D | uart_rtt.c | 88 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
|
/aosp_15_r20/external/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgtypes.c | 213 char aBuf[1024]; in pkg_appendUniqueDirToList() local
|
/aosp_15_r20/external/ot-br-posix/src/rest/ |
H A D | parser.cpp | 132 void Parser::Process(const char *aBuf, size_t aLength) in Process()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/pkgdata/ |
H A D | pkgtypes.c | 213 char aBuf[1024]; in pkg_appendUniqueDirToList() local
|