Searched refs:PURPOSE_SIGN (Results 1 – 7 of 7) sorted by relevance
34 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
69 PURPOSE_SIGN,90 public static final int PURPOSE_SIGN = 1 << 2; field in KeyProperties135 case PURPOSE_SIGN: in toKeymaster()157 return PURPOSE_SIGN; in fromKeymaster()
149 new KeyGenParameterSpec.Builder(keystoreAlias, KeyProperties.PURPOSE_SIGN) in attestDeviceIds()
399 KeyProperties.PURPOSE_SIGN in buildKeyGenParameterSpecFromLegacy()416 | KeyProperties.PURPOSE_SIGN in buildKeyGenParameterSpecFromLegacy()909 if ((spec.getPurposes() & KeyProperties.PURPOSE_SIGN) == 0) { in getCertificateSignatureAlgorithm()
283 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()298 | KeyProperties.PURPOSE_SIGN in getLegacyKeyProtectionParameter()
45 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
37592 field public static final int PURPOSE_SIGN = 4; // 0x4