Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java75 PURPOSE_ATTEST_KEY,
123 public static final int PURPOSE_ATTEST_KEY = 1 << 7; field in KeyProperties
145 case PURPOSE_ATTEST_KEY: in toKeymaster()
167 return PURPOSE_ATTEST_KEY; in fromKeymaster()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java388 if ((spec.getPurposes() & KeyProperties.PURPOSE_ATTEST_KEY) != 0 in checkAttestKeyPurpose()
389 && spec.getPurposes() != KeyProperties.PURPOSE_ATTEST_KEY) { in checkAttestKeyPurpose()
425 | KeyProperties.PURPOSE_ATTEST_KEY; in hasOnlyAllowedPurposeForEd25519()
/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.txt39863 field public static final int PURPOSE_ATTEST_KEY = 128; // 0x80