Home
last modified time | relevance | path

Searched defs:aBufLength (Results 1 – 15 of 15) sorted by relevance

/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/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()
H A Dncp_base.cpp403 void NcpBase::HandleReceive(const uint8_t *aBuf, uint16_t aBufLength) in HandleReceive()
/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/src/core/crypto/
H A Dcrypto_platform.cpp202 …rror otPlatCryptoHmacSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t aBufLength) in otPlatCryptoHmacSha256Update()
218 …K otError otPlatCryptoHmacSha256Finish(otCryptoContext *aContext, uint8_t *aBuf, size_t aBufLength) in otPlatCryptoHmacSha256Finish()
403 … otError otPlatCryptoSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t aBufLength) 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/tests/fuzz/
H A Dncp_hdlc_received.cpp46 static int HdlcSend(const uint8_t *aBuf, uint16_t aBufLength) in HdlcSend()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dspi-stubs.c76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
H A Duart.c161 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
H A Dradio.c782 void platformRadioReceive(otInstance *aInstance, uint8_t *aBuf, uint16_t aBufLength) in platformRadioReceive()
/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/src/core/api/
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/examples/platforms/utils/
H A Duart_rtt.c88 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()