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.java2065 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_RSA() local
2072 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2085 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2101 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2164 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_EC() local
2170 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2183 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2199 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2262 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_AES() local
2267 mKeyStore.setEntry(entryName1, new KeyStore.SecretKeyEntry(key1), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_AES()
[all …]