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.java2075 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_RSA() local
2082 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2094 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2110 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2173 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_EC() local
2179 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2192 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2208 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2271 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_AES() local
2276 mKeyStore.setEntry(entryName1, new KeyStore.SecretKeyEntry(key1), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_AES()
[all …]