Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c97 static bool checkKeyUsage(int aUsage) in checkKeyUsage() function
143 if (aKeyRef == NULL || aKey == NULL || !checkKeyUsage(aKeyUsage)) { in otPlatCryptoImportKey()