Searched refs:isStrongBoxBacked (Results 1 – 11 of 11) sorted by relevance
261 boolean isStrongBoxBacked, in KeyProtection() argument284 mIsStrongBoxBacked = isStrongBoxBacked; in KeyProtection()550 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection1053 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument1054 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
360 boolean isStrongBoxBacked, in KeyGenParameterSpec()419 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()829 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec987 mIsStrongBoxBacked = sourceSpec.isStrongBoxBacked(); in Builder()1631 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument1632 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
108 out.writeBoolean(mSpec.isStrongBoxBacked()); in writeToParcel()169 final boolean isStrongBoxBacked = in.readBoolean(); in ParcelableKeyGenParameterSpec()206 isStrongBoxBacked, in ParcelableKeyGenParameterSpec()
288 checkValidKeySize(keymasterAlgorithm, mKeySizeBits, mSpec.isStrongBoxBacked(), in initialize()437 if (spec.isStrongBoxBacked() != attestKeyInStrongBox) { in checkAttestKeySecurityLevel()664 mSpec.isStrongBoxBacked() in generateKeyPairHelper()1013 boolean isStrongBoxBacked, in checkValidKeySize() argument1018 if (isStrongBoxBacked && keySize != 256) { in checkValidKeySize()1023 if (isStrongBoxBacked && isCurve25519(mEcCurveName)) { in checkValidKeySize()
379 if (spec.isStrongBoxBacked()) { in engineGenerateKey()
351 if (spec.isStrongBoxBacked()) { in setPrivateKeyEntry()795 @SecurityLevel int securityLevel = params.isStrongBoxBacked() ? SecurityLevel.STRONGBOX : in setSecretKeyEntry()
116 assertThat(spec.isStrongBoxBacked(), is(true)); in validateSpecValues()
13379 HSPLandroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
13381 HSPLandroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
37820 method public boolean isStrongBoxBacked();
48201 Landroid/security/keystore/KeyProtection;->isStrongBoxBacked()Z