Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKey.c67 … ((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()
DCryptoKey.h169 static const CryptoKey_Encoding CryptoKey_BLANK_KEYSTORE = CRYPTOKEY_BLANK_KEYSTORE; variable
DCryptoKeyKeyStore_PSA.c67 keyHandle->encoding = CryptoKey_BLANK_KEYSTORE; in KeyStore_PSA_initBlankKey()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c374 else if (randomKey->encoding == CryptoKey_BLANK_KEYSTORE) in AESCTRDRBG_generateKey()