Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2059 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_RSA() local
2066 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2079 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2095 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2158 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_EC() local
2164 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2177 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2193 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2256 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_AES() local
2261 mKeyStore.setEntry(entryName1, new KeyStore.SecretKeyEntry(key1), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_AES()
[all …]