Searched refs:isStrongBoxBacked (Results 1 – 12 of 12) sorted by relevance
268 boolean isStrongBoxBacked, in KeyProtection() argument293 mIsStrongBoxBacked = isStrongBoxBacked; in KeyProtection()592 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection1172 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument1173 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
370 boolean isStrongBoxBacked, in KeyGenParameterSpec()433 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()878 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec1044 mIsStrongBoxBacked = sourceSpec.isStrongBoxBacked(); in Builder()1720 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument1721 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
117 out.writeBoolean(mSpec.isStrongBoxBacked()); in writeToParcel()180 final boolean isStrongBoxBacked = in.readBoolean(); in ParcelableKeyGenParameterSpec()219 isStrongBoxBacked, in ParcelableKeyGenParameterSpec()
308 checkValidKeySize(keymasterAlgorithm, mKeySizeBits, mSpec.isStrongBoxBacked(), in initialize()472 if (spec.isStrongBoxBacked() != attestKeyInStrongBox) { in checkAttestKeySecurityLevel()672 mSpec.isStrongBoxBacked() in generateKeyPair()1013 boolean isStrongBoxBacked, in checkValidKeySize() argument1018 if (isStrongBoxBacked && keySize != 256) { in checkValidKeySize()1023 if (isStrongBoxBacked && isCurve25519(mEcCurveName)) { in checkValidKeySize()
381 if (spec.isStrongBoxBacked()) { in engineGenerateKey()
374 if (spec.isStrongBoxBacked()) { in setPrivateKeyEntry()898 @SecurityLevel int securityLevel = params.isStrongBoxBacked() ? SecurityLevel.STRONGBOX : in setSecretKeyEntry()
118 assertThat(spec.isStrongBoxBacked(), is(true)); in validateSpecValues()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13400 HSPLandroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
13403 HSPLandroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
39751 method public boolean isStrongBoxBacked();
47558 Landroid/security/keystore/KeyProtection;->isStrongBoxBacked()Z