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.java2038 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_RSA() local
2045 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2057 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2073 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2136 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_EC() local
2142 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2155 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2171 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2234 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_AES() local
2239 mKeyStore.setEntry(entryName1, new KeyStore.SecretKeyEntry(key1), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_AES()
[all …]