Home
last modified time | relevance | path

Searched refs:aBuffer (Results 1 – 3 of 3) sorted by relevance

/modules/openthread/platform/
A Dmessagepool.c63 void otPlatMessagePoolFree(otInstance *aInstance, otMessageBuffer *aBuffer) in otPlatMessagePoolFree() argument
67 k_mem_slab_free(&message_pool, (void *)aBuffer); in otPlatMessagePoolFree()
A Dinfra_if.c29 const uint8_t *aBuffer, uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd() argument
36 if (aBuffer[0] == NET_ICMPV6_RA) { in otPlatInfraIfSendIcmp6Nd()
37 handle_ra_from_ot(aBuffer, aBufferLength); in otPlatInfraIfSendIcmp6Nd()
53 VerifyOrExit(net_pkt_write(pkt, aBuffer, aBufferLength) == 0, error = OT_ERROR_FAILED); in otPlatInfraIfSendIcmp6Nd()
A Dcrypto_psa.c194 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, in otPlatCryptoExportKey() argument
197 if (aBuffer == NULL) { in otPlatCryptoExportKey()
201 return psaToOtError(psa_export_key(aKeyRef, aBuffer, aBufferLen, aKeyLen)); in otPlatCryptoExportKey()
417 otError otPlatCryptoRandomGet(uint8_t *aBuffer, uint16_t aSize) in otPlatCryptoRandomGet() argument
419 return psaToOtError(psa_generate_random(aBuffer, aSize)); in otPlatCryptoRandomGet()

Completed in 9 milliseconds