Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c1277 error = otPlatCryptoExportKey(aPrevKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey()
1281 error = otPlatCryptoExportKey(aCurrKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey()
1285 error = otPlatCryptoExportKey(aNextKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey()
Dcrypto_psa.c194 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, in otPlatCryptoExportKey() function