Searched refs:otPlatCryptoExportKey (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/examples/platforms/simulation/ |
D | crypto.c | 60 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey() function
|
/openthread-latest/src/core/crypto/ |
D | storage.hpp | 229 return otPlatCryptoExportKey(aKeyRef, aBuffer, aBufferLen, &aKeyLen); in ExportKey()
|
/openthread-latest/include/openthread/platform/ |
D | crypto.h | 263 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *…
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 513 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey() function
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 866 …otError error = otPlatCryptoExportKey(aKeyMaterial.mKeyMaterial.mKeyRef, aKey.m8, sizeof(aKey), &k… in ReadMacKey()
|