Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dmessagepool.c63 void otPlatMessagePoolFree(otInstance *aInstance, otMessageBuffer *aBuffer) in otPlatMessagePoolFree() argument
67 k_mem_slab_free(&message_pool, (void *)aBuffer); in otPlatMessagePoolFree()
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()