Home
last modified time | relevance | path

Searched refs:PURPOSE_ATTEST_KEY (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java76 PURPOSE_ATTEST_KEY,
124 public static final int PURPOSE_ATTEST_KEY = 1 << 7; field in KeyProperties
146 case PURPOSE_ATTEST_KEY: in toKeymaster()
168 return PURPOSE_ATTEST_KEY; in fromKeymaster()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java352 if ((spec.getPurposes() & KeyProperties.PURPOSE_ATTEST_KEY) != 0 in checkAttestKeyPurpose()
353 && spec.getPurposes() != KeyProperties.PURPOSE_ATTEST_KEY) { in checkAttestKeyPurpose()
389 | KeyProperties.PURPOSE_ATTEST_KEY; in hasOnlyAllowedPurposeForEd25519()
/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.txt39646 field public static final int PURPOSE_ATTEST_KEY = 128; // 0x80