Searched defs:aBufLength (Results 1 – 14 of 14) sorted by relevance
| /external/openthread/examples/apps/ncp/ |
| D | ncp.c | 40 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived() 53 static int NcpSend(const uint8_t *aBuf, uint16_t aBufLength) in NcpSend()
|
| /external/openthread/examples/apps/cli/ |
| 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) in otPlatUartReceived()
|
| /external/openthread/src/ncp/ |
| D | ncp_hdlc.cpp | 228 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() 273 void NcpHdlc::HandleError(otError aError, uint8_t *aBuf, uint16_t aBufLength) in HandleError()
|
| D | example_vendor_hook.cpp | 132 static int SendHdlc(const uint8_t *aBuf, uint16_t aBufLength) in SendHdlc()
|
| D | ncp_base.cpp | 342 void NcpBase::HandleReceive(const uint8_t *aBuf, uint16_t aBufLength) in HandleReceive()
|
| /external/openthread/tests/fuzz/ |
| D | ncp_hdlc_received.cpp | 45 static int HdlcSend(const uint8_t *aBuf, uint16_t aBufLength) in HdlcSend()
|
| /external/openthread/src/core/crypto/ |
| D | crypto_platform.cpp | 195 …rror otPlatCryptoHmacSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t aBufLength) in otPlatCryptoHmacSha256Update() 211 …K otError otPlatCryptoHmacSha256Finish(otCryptoContext *aContext, uint8_t *aBuf, size_t aBufLength) in otPlatCryptoHmacSha256Finish() 396 … otError otPlatCryptoSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t aBufLength) in otPlatCryptoSha256Update()
|
| D | sha256.cpp | 60 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
| D | hmac_sha256.cpp | 60 void HmacSha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
| /external/openthread/examples/platforms/simulation/ |
| D | spi-stubs.c | 80 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
|
| D | uart.c | 166 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
|
| D | radio.c | 746 void platformRadioReceive(otInstance *aInstance, uint8_t *aBuf, uint16_t aBufLength) in platformRadioReceive()
|
| /external/openthread/src/core/api/ |
| D | crypto_api.cpp | 50 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
|
| /external/openthread/examples/platforms/cc2538/ |
| D | uart.c | 145 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
|