/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyProtectionTest.java | 32 KeyProtection spec = new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in testDefaults() local 59 KeyProtection spec = new KeyProtection.Builder( in testSettersReflectedInGetters() local 96 KeyProtection spec = new KeyProtection.Builder( in testSetKeyValidityEndDateAppliesToBothEndDates() local 155 KeyProtection spec = new KeyProtection.Builder( in testImmutabilityViaSetterParams() local 206 KeyProtection spec = new KeyProtection.Builder( in testImmutabilityViaGetterReturnValues() local
|
D | KeyGenParameterSpecTest.java | 43 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testDefaults() local 81 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testSettersReflectedInGetters() local 145 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testSetKeyValidityEndDateAppliesToBothEndDates() local 208 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testImmutabilityViaSetterParams() local 269 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testImmutabilityViaGetterReturnValues() local
|
D | KeyPairGeneratorSpecTest.java | 43 KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(getContext()) in testBuilder_Unencrypted_Success() local 65 KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(getContext()) in testBuilder_Encrypted_Success() local
|
D | KeyFactoryTest.java | 240 ECPublicKeySpec spec = in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local 247 RSAPublicKeySpec spec = in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local 349 PKCS8EncodedKeySpec spec = new PKCS8EncodedKeySpec(pkcs8EncodedForm); in testGeneratePrivateRejectsPKCS8EncodedKeySpec() local 377 X509EncodedKeySpec spec = new X509EncodedKeySpec(x509EncodedForm); in testGeneratePublicRejectsX509EncodedKeySpec() local 405 KeySpec spec = anotherKeyFactory.getKeySpec(key, keySpecClass); in testGeneratePrivateRejectsTransparentKeySpec() local 434 KeySpec spec = anotherKeyFactory.getKeySpec(key, keySpecClass); in testGeneratePublicRejectsTransparentKeySpec() local
|
D | AESCBCCipherTestBase.java | 54 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
|
D | AESCTRCipherTestBase.java | 54 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
|
D | AESGCMCipherTestBase.java | 61 GCMParameterSpec spec = params.getParameterSpec(GCMParameterSpec.class); in getIv() local
|
D | KeyGeneratorTest.java | 222 KeyGenParameterSpec spec; in testAesKeySupportedSizes() local 263 KeyGenParameterSpec spec; in testHmacKeySupportedSizes() local
|
D | BlockCipherTestBase.java | 1337 protected void init(int opmode, Key key, AlgorithmParameters spec) in init() 1343 protected void init(int opmode, Key key, AlgorithmParameters spec, SecureRandom random) in init() 1349 protected void init(int opmode, Key key, AlgorithmParameterSpec spec) in init() 1355 protected void init(int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random) in init() 1602 IvParameterSpec spec = new IvParameterSpec(iv); in assertInitRejectsIvParameterSpec() local
|
D | TestUtils.java | 486 KeyProtection spec, Integer newPurposes) { in buildUponInternal() 505 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec) { in buildUpon() 509 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec, int newPurposes) { in buildUpon() 524 KeyGenParameterSpec spec, Integer newPurposes) { in buildUponInternal()
|
D | KeyPairGeneratorTest.java | 157 KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(getContext()) in testInitialize_LegacySpec() local 172 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testInitialize_ModernSpec() local 1242 RSAKeyGenParameterSpec spec) throws Exception { in assertKeyGenUsingRSAKeyGenParameterSpecSupported()
|
D | SignatureTest.java | 830 KeyProtection spec = new KeyProtection.Builder(0).build(); in testInitVerifySucceedsDespiteMissingAuthorizations() local
|
D | CipherTest.java | 440 OAEPParameterSpec spec = params.getParameterSpec(OAEPParameterSpec.class); in testCiphertextGeneratedByHighestPriorityProviderDecryptsByAndroidKeyStore() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 751 int spec = 1; in testGetChildMeasureSpec() local
|