Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java47 PURPOSE_WRAP_KEY,
74 public static final int PURPOSE_WRAP_KEY = 1 << 5; field in KeyProperties
92 case PURPOSE_WRAP_KEY: in toKeymaster()
110 return PURPOSE_WRAP_KEY; in fromKeymaster()
DAndroidKeyStoreKeyPairGeneratorSpi.java479 if ((mSpec.getPurposes() & KeyProperties.PURPOSE_WRAP_KEY) != 0) { in generateKeyPair()
/frameworks/base/api/
Dcurrent.txt40833 field public static final int PURPOSE_WRAP_KEY = 32; // 0x20