Home
last modified time | relevance | path

Searched refs:PURPOSE_SIGN (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/companion/java/com/android/server/companion/securechannel/
DKeyStoreUtils.java21 import static android.security.keystore.KeyProperties.PURPOSE_SIGN;
91 new KeyGenParameterSpec.Builder(alias, PURPOSE_SIGN | PURPOSE_VERIFY) in generateAttestationKeyPair()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java71 PURPOSE_SIGN,
92 public static final int PURPOSE_SIGN = 1 << 2; field in KeyProperties
137 case PURPOSE_SIGN: in toKeymaster()
159 return PURPOSE_SIGN; in fromKeymaster()
DAttestationUtils.java149 new KeyGenParameterSpec.Builder(keystoreAlias, KeyProperties.PURPOSE_SIGN) in attestDeviceIds()
/frameworks/base/keystore/tests/src/android/security/keystore/
DKeyGenParameterSpecTest.java37 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java424 final int allowedPurposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY in hasOnlyAllowedPurposeForEd25519()
510 KeyProperties.PURPOSE_SIGN in buildKeyGenParameterSpecFromLegacy()
527 | KeyProperties.PURPOSE_SIGN in buildKeyGenParameterSpecFromLegacy()
1060 if ((spec.getPurposes() & KeyProperties.PURPOSE_SIGN) == 0) { in getCertificateSignatureAlgorithm()
DAndroidKeyStoreSpi.java306 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
321 | KeyProperties.PURPOSE_SIGN in getLegacyKeyProtectionParameter()
/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationSelfTrustedVerifierForTesting.java123 GOLDEN_ALIAS, KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY) in AttestationVerificationSelfTrustedVerifierForTesting()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java46 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/
DSystemAttestationVerificationTest.kt196 KeyProperties.PURPOSE_SIGN or KeyProperties.PURPOSE_VERIFY in <lambda>()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39866 field public static final int PURPOSE_SIGN = 4; // 0x4