Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dcrypto.c41 otError otPlatCryptoImportKey(otCryptoKeyRef *aKeyRef, in otPlatCryptoImportKey() function
/openthread-latest/src/core/crypto/
Dstorage.hpp210 return otPlatCryptoImportKey(&aKeyRef, static_cast<otCryptoKeyType>(aKeyType), in ImportKey()
/openthread-latest/include/openthread/platform/
Dcrypto.h241 otError otPlatCryptoImportKey(otCryptoKeyRef *aKeyRef,
/openthread-latest/tests/unit/
Dtest_platform.cpp494 otError otPlatCryptoImportKey(otCryptoKeyRef *aKeyRef, in otPlatCryptoImportKey() function