/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyProtectionTest.java | 33 KeyProtection spec = new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in testDefaults() local 62 KeyProtection spec = new KeyProtection.Builder( in testSettersReflectedInGetters() local 103 KeyProtection spec = new KeyProtection.Builder( in testSetKeyValidityEndDateAppliesToBothEndDates() local 162 KeyProtection spec = new KeyProtection.Builder( in testImmutabilityViaSetterParams() local 213 KeyProtection spec = new KeyProtection.Builder( in testImmutabilityViaGetterReturnValues() local
|
D | KeyGenParameterSpecTest.java | 43 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testDefaults() local 82 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testSettersReflectedInGetters() local 148 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testSetKeyValidityEndDateAppliesToBothEndDates() local 211 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testImmutabilityViaSetterParams() local 272 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 | DESedeCBCPKCS7PaddingCipherTest.java | 20 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
|
D | AESCTRCipherTestBase.java | 54 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
|
D | DESedeCBCNoPaddingCipherTest.java | 20 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
|
D | KeyAttestationTest.java | 194 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) in testEcAttestation_NoChallenge() local 221 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) in testEcAttestation_KeyStoreExceptionWhenRequestingUniqueId() local 312 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) in testRsaAttestation_NoChallenge() local 338 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_ENCRYPT) in testAesAttestation() local 356 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) in testHmacAttestation() local 866 private void generateKey(KeyGenParameterSpec spec, String algorithm) in generateKey() 874 private void generateKeyPair(String algorithm, KeyGenParameterSpec spec) in generateKeyPair()
|
D | AESGCMCipherTestBase.java | 61 GCMParameterSpec spec = params.getParameterSpec(GCMParameterSpec.class); in getIv() local
|
D | KeyGeneratorTest.java | 231 KeyGenParameterSpec spec; in testAesKeySupportedSizes() local 272 KeyGenParameterSpec spec; in testHmacKeySupportedSizes() local
|
D | BlockCipherTestBase.java | 1340 protected void init(int opmode, Key key, AlgorithmParameters spec) in init() 1346 protected void init(int opmode, Key key, AlgorithmParameters spec, SecureRandom random) in init() 1352 protected void init(int opmode, Key key, AlgorithmParameterSpec spec) in init() 1358 protected void init(int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random) in init() 1605 IvParameterSpec spec = new IvParameterSpec(iv); in assertInitRejectsIvParameterSpec() local
|
D | TestUtils.java | 505 KeyProtection spec, Integer newPurposes) { in buildUponInternal() 525 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec) { in buildUpon() 529 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec, int newPurposes) { in buildUpon() 544 KeyGenParameterSpec spec, Integer newPurposes) { in buildUponInternal()
|
D | ImportWrappedKeyTest.java | 228 AlgorithmParameterSpec spec = new KeyGenParameterSpec.Builder(WRAPPING_KEY_ALIAS, in importWrappedKey() local
|
D | KeyPairGeneratorTest.java | 158 KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(getContext()) in testInitialize_LegacySpec() local 173 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testInitialize_ModernSpec() local 1271 RSAKeyGenParameterSpec spec) throws Exception { in assertKeyGenUsingRSAKeyGenParameterSpecSupported()
|
D | SignatureTest.java | 829 KeyProtection spec = new KeyProtection.Builder(0).build(); in testInitVerifySucceedsDespiteMissingAuthorizations() local
|
D | CipherTest.java | 608 OAEPParameterSpec spec = params.getParameterSpec(OAEPParameterSpec.class); in testCiphertextGeneratedByHighestPriorityProviderDecryptsByAndroidKeyStore() local
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | ThemeDeviceActivity.java | 188 public final int spec; field in ThemeDeviceActivity.Theme 193 private Theme(int spec, int id, int apiLevel, String name) { in Theme()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | KeyManagementTest.java | 299 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testCanGenerateRSAKeyPair() local 320 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testCanGenerateECKeyPair() local 410 KeyGenParameterSpec spec = specBuilder.build(); in generateKeyAndCheckAttestation() local 560 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testCanSetKeyPairCert() local 591 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testCanSetKeyPairCertChain() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | KeyChainTestActivity.java | 176 KeyGenParameterSpec spec = in onClick() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TabHostTest.java | 405 TabSpec spec = tabHost.newTabSpec("Tab 1"); in testKeyboardNavigation() local
|
D | LinearLayoutTest.java | 223 int spec = MeasureSpec.makeMeasureSpec(size, MeasureSpec.EXACTLY); in testWeightDistribution() local
|
/cts/tests/admin/src/android/admin/cts/ |
D | DevicePolicyManagerTest.java | 941 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testGenerateKeyPair_failIfNotProfileOwner() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 876 int spec = 1; in testGetChildMeasureSpec() local
|
/cts/tests/libcore/javautilcollections/libs/ |
D | guava-20.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |