Searched refs:CryptoKey_BLANK_KEYSTORE (Results 1 – 4 of 4) sorted by relevance
67 … ((secureKey->encoding == CryptoKey_KEYSTORE) || (secureKey->encoding == CryptoKey_BLANK_KEYSTORE)) in CryptoKey_verifySecureKey()160 …andle->encoding == CryptoKey_BLANK_PLAINTEXT) || (keyHandle->encoding == CryptoKey_BLANK_KEYSTORE)) in CryptoKey_isBlank()
169 static const CryptoKey_Encoding CryptoKey_BLANK_KEYSTORE = CRYPTOKEY_BLANK_KEYSTORE; variable
67 keyHandle->encoding = CryptoKey_BLANK_KEYSTORE; in KeyStore_PSA_initBlankKey()
374 else if (randomKey->encoding == CryptoKey_BLANK_KEYSTORE) in AESCTRDRBG_generateKey()