Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java73 PURPOSE_WRAP_KEY,
102 public static final int PURPOSE_WRAP_KEY = 1 << 5; field in KeyProperties
141 case PURPOSE_WRAP_KEY: in toKeymaster()
163 return PURPOSE_WRAP_KEY; in fromKeymaster()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java712 if ((mSpec.getPurposes() & KeyProperties.PURPOSE_WRAP_KEY) != 0) { in generateKeyPair()
/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.txt39868 field public static final int PURPOSE_WRAP_KEY = 32; // 0x20