Searched refs:aBuffer (Results 1 – 1 of 1) sorted by relevance
166 uint8_t *aBuffer, in otPlatCryptoExportKey() argument170 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() argument426 return psaToOtError(psa_generate_random(aBuffer, aSize)); in otPlatCryptoRandomGet()