Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dcrypto.c77 bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef) in otPlatCryptoHasKey() function
/openthread-latest/src/core/crypto/
Dstorage.hpp253 inline bool HasKey(KeyRef aKeyRef) { return otPlatCryptoHasKey(aKeyRef); } in HasKey()
/openthread-latest/include/openthread/platform/
Dcrypto.h287 bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef);
/openthread-latest/tests/unit/
Dtest_platform.cpp531 bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef) in otPlatCryptoHasKey() function