Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/modules/openthread/platform/
Dcrypto_psa.c166 uint8_t *aBuffer, in otPlatCryptoExportKey() argument
170 if (aBuffer == NULL) { in otPlatCryptoExportKey()
176 return psaToOtError(psa_export_key(aKeyRef, aBuffer, aBufferLen, aKeyLen)); in otPlatCryptoExportKey()
424 otError otPlatCryptoRandomGet(uint8_t *aBuffer, uint16_t aSize) in otPlatCryptoRandomGet() argument
426 return psaToOtError(psa_generate_random(aBuffer, aSize)); in otPlatCryptoRandomGet()