Searched refs:PURPOSE_VERIFY (Results 1 – 10 of 10) sorted by relevance
22 import static android.security.keystore.KeyProperties.PURPOSE_VERIFY;91 new KeyGenParameterSpec.Builder(alias, PURPOSE_SIGN | PURPOSE_VERIFY) in generateAttestationKeyPair()
73 PURPOSE_VERIFY,98 public static final int PURPOSE_VERIFY = 1 << 3; field in KeyProperties140 case PURPOSE_VERIFY: in toKeymaster()162 return PURPOSE_VERIFY; in fromKeymaster()
34 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
123 GOLDEN_ALIAS, KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY) in AttestationVerificationSelfTrustedVerifierForTesting()
45 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
388 final int allowedPurposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY in hasOnlyAllowedPurposeForEd25519()475 | KeyProperties.PURPOSE_VERIFY); in buildKeyGenParameterSpecFromLegacy()492 | KeyProperties.PURPOSE_VERIFY); in buildKeyGenParameterSpecFromLegacy()
293 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()309 | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
196 KeyProperties.PURPOSE_SIGN or KeyProperties.PURPOSE_VERIFY
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39650 field public static final int PURPOSE_VERIFY = 8; // 0x8