Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java74 PURPOSE_WRAP_KEY,
103 public static final int PURPOSE_WRAP_KEY = 1 << 5; field in KeyProperties
142 case PURPOSE_WRAP_KEY: in toKeymaster()
164 return PURPOSE_WRAP_KEY; in fromKeymaster()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java665 if ((mSpec.getPurposes() & KeyProperties.PURPOSE_WRAP_KEY) != 0) { in generateKeyPair()
/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.txt39651 field public static final int PURPOSE_WRAP_KEY = 32; // 0x20