HomeSort by relevance Sort by last modified time
    Searched refs:getPurposes (Results 1 - 20 of 20) sorted by null

  /frameworks/base/keystore/tests/src/android/security/keystore/
KeyGenParameterSpecTest.java 51 assertThat(copiedSpec.getPurposes(), is(KEY_PURPOSES));
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyGeneratorSpi.java 185 mKeymasterPurposes = KeyProperties.Purpose.allToKeymaster(spec.getPurposes());
193 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0)
294 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0)
KeyGenParameterSpec.java 460 public @KeyProperties.PurposeEnum int getPurposes() {
    [all...]
KeyInfo.java 199 public @KeyProperties.PurposeEnum int getPurposes() {
AndroidKeyStoreKeyPairGeneratorSpi.java 316 mKeymasterPurposes = KeyProperties.Purpose.allToKeymaster(spec.getPurposes());
320 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0)
479 if ((mSpec.getPurposes() & KeyProperties.PURPOSE_WRAP_KEY) != 0) {
    [all...]
KeyProtection.java 316 public @KeyProperties.PurposeEnum int getPurposes() {
    [all...]
ParcelableKeyGenParameterSpec.java 61 out.writeInt(mSpec.getPurposes());
AndroidKeyStoreSpi.java 474 @KeyProperties.PurposeEnum int purposes = spec.getPurposes();
677 @KeyProperties.PurposeEnum int purposes = params.getPurposes();
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
ParcelableKeyGenParameterSpecTest.java 85 assertThat(spec.getPurposes(), is(KEY_PURPOSES));
139 assertThat(fromParcel.getPurposes(), is(KEY_PURPOSES));
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyProtectionTest.java 36 assertEquals(KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes());
81 KeyProperties.PURPOSE_DECRYPT| KeyProperties.PURPOSE_VERIFY, spec.getPurposes());
KeyPairGeneratorTest.java 330 assertEquals(purposes, keyInfo.getPurposes());
401 keyInfo.getPurposes());
448 keyInfo.getPurposes());
494 keyInfo.getPurposes());
542 keyInfo.getPurposes());
711 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY, keyInfo.getPurposes());
    [all...]
KeyGenParameterSpecTest.java 48 assertEquals(KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes());
107 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes());
KeyAttestationTest.java 707 attestation.getSoftwareEnforced().getPurposes(), is(expectedPurposes));
709 attestation.getTeeEnforced().getPurposes());
712 attestation.getTeeEnforced().getPurposes(), is(expectedPurposes));
    [all...]
SecretKeyFactoryTest.java 125 assertEquals(purposes, keyInfo.getPurposes());
TestUtils.java 506 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes;
545 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes;
    [all...]
KeyFactoryTest.java 123 assertEquals(purposes, keyInfo.getPurposes());
KeyGeneratorTest.java 505 assertEquals(purposes, keyInfo.getPurposes());
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
PlatformKeyManagerTest.java 110 assertEquals(KeyProperties.PURPOSE_ENCRYPT, getEncryptKeyProtection().getPurposes());
152 assertEquals(KeyProperties.PURPOSE_DECRYPT, getDecryptKeyProtection().getPurposes());
  /cts/tests/security/src/android/keystore/cts/
AuthorizationList.java 396 public Set<Integer> getPurposes() {
  /prebuilts/sdk/25/
android.jar 

Completed in 325 milliseconds