Searched defs:aBufLength (Results 1 – 15 of 15) sorted by relevance
/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/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()
|
H A D | ncp_base.cpp | 403 void NcpBase::HandleReceive(const uint8_t *aBuf, uint16_t aBufLength) in HandleReceive()
|
/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/src/core/crypto/ |
H A D | crypto_platform.cpp | 202 …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 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/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/openthread/examples/platforms/simulation/ |
H A D | spi-stubs.c | 76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
|
H A D | uart.c | 161 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
|
H A D | radio.c | 782 void platformRadioReceive(otInstance *aInstance, uint8_t *aBuf, uint16_t aBufLength) in platformRadioReceive()
|
/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/src/core/api/ |
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/examples/platforms/utils/ |
H A D | uart_rtt.c | 88 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
|