Home
last modified time | relevance | path

Searched defs:aKeyRef (Results 1 – 7 of 7) sorted by relevance

/external/openthread/examples/platforms/simulation/
Dcrypto.c41 otError otPlatCryptoImportKey(otCryptoKeyRef * aKeyRef, in otPlatCryptoImportKey()
60 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey()
70 otError otPlatCryptoDestroyKey(otCryptoKeyRef aKeyRef) in otPlatCryptoDestroyKey()
77 bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef) in otPlatCryptoHasKey()
/external/openthread/src/core/crypto/
Dstorage.hpp115 inline bool IsKeyRefValid(KeyRef aKeyRef) in IsKeyRefValid()
136 inline Error ImportKey(KeyRef & aKeyRef, in ImportKey()
162 inline Error ExportKey(KeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t &aKeyLen) in ExportKey()
173 inline void DestroyKey(KeyRef aKeyRef) in DestroyKey()
190 inline bool HasKey(KeyRef aKeyRef) in HasKey()
271 void SetAsKeyRef(Storage::KeyRef aKeyRef) in SetAsKeyRef()
/external/openthread/src/core/thread/
Dkey_manager.cpp615 void KeyManager::SetPskcRef(PskcRef aKeyRef) in SetPskcRef()
628 void KeyManager::SetNetworkKeyRef(otNetworkKeyRef aKeyRef) in SetNetworkKeyRef()
/external/openthread/tests/unit/
Dtest_platform.cpp499 otError otPlatCryptoImportKey(otCryptoKeyRef * aKeyRef, in otPlatCryptoImportKey()
518 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey()
529 otError otPlatCryptoDestroyKey(otCryptoKeyRef aKeyRef) in otPlatCryptoDestroyKey()
536 bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef) in otPlatCryptoHasKey()
/external/openthread/src/core/api/
Dthread_ftd_api.cpp307 otError otThreadSetPskcRef(otInstance *aInstance, otPskcRef aKeyRef) in otThreadSetPskcRef()
Dthread_api.cpp130 otError otThreadSetNetworkKeyRef(otInstance *aInstance, otNetworkKeyRef aKeyRef) in otThreadSetNetworkKeyRef()
/external/openthread/src/core/mac/
Dmac_types.hpp549 void SetKeyRef(KeyRef aKeyRef) { mKeyMaterial.mKeyRef = aKeyRef; } in SetKeyRef()