Home
last modified time | relevance | path

Searched refs:PURPOSE_VERIFY (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/securechannel/
H A DKeyStoreUtils.java22 import static android.security.keystore.KeyProperties.PURPOSE_VERIFY;
91 new KeyGenParameterSpec.Builder(alias, PURPOSE_SIGN | PURPOSE_VERIFY) in generateAttestationKeyPair()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java73 PURPOSE_VERIFY,
98 public static final int PURPOSE_VERIFY = 1 << 3; field in KeyProperties
140 case PURPOSE_VERIFY: in toKeymaster()
162 return PURPOSE_VERIFY; in fromKeymaster()
/aosp14/frameworks/base/keystore/tests/src/android/security/keystore/
H A DKeyGenParameterSpecTest.java34 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DAttestationVerificationSelfTrustedVerifierForTesting.java123 GOLDEN_ALIAS, KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY) in AttestationVerificationSelfTrustedVerifierForTesting()
/aosp14/frameworks/base/keystore/tests/src/android/security/
H A DParcelableKeyGenParameterSpecTest.java45 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java388 final int allowedPurposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY in hasOnlyAllowedPurposeForEd25519()
475 | KeyProperties.PURPOSE_VERIFY); in buildKeyGenParameterSpecFromLegacy()
492 | KeyProperties.PURPOSE_VERIFY); in buildKeyGenParameterSpecFromLegacy()
H A DAndroidKeyStoreSpi.java293 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
309 | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
/aosp14/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/
H A DSystemAttestationVerificationTest.kt196 KeyProperties.PURPOSE_SIGN or KeyProperties.PURPOSE_VERIFY
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39650 field public static final int PURPOSE_VERIFY = 8; // 0x8