Home
last modified time | relevance | path

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

/openthread-3.5.0/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()
/openthread-3.5.0/examples/apps/cli/
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()
/openthread-3.5.0/src/ncp/
Dncp_hdlc.cpp228 extern "C" void otNcpHdlcReceive(const uint8_t *aBuf, uint16_t aBufLength) in otNcpHdlcReceive()
238 void NcpHdlc::HandleHdlcReceiveDone(const uint8_t *aBuf, uint16_t aBufLength) in HandleHdlcReceiveDone()
270 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()
Dncp_base.cpp329 void NcpBase::HandleReceive(const uint8_t *aBuf, uint16_t aBufLength) in HandleReceive()
/openthread-3.5.0/tests/fuzz/
Dncp_hdlc_received.cpp46 static int HdlcSend(const uint8_t *aBuf, uint16_t aBufLength) in HdlcSend()
/openthread-3.5.0/examples/platforms/simulation/
Dspi-stubs.c76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
Duart.c160 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
Dradio.c849 void platformRadioReceive(otInstance *aInstance, uint8_t *aBuf, uint16_t aBufLength) in platformRadioReceive()
/openthread-3.5.0/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 …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()
/openthread-3.5.0/src/core/api/
Dcrypto_api.cpp50 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
/openthread-3.5.0/examples/platforms/utils/
Duart_rtt.c88 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()