Home
last modified time | relevance | path

Searched refs:isStrongBoxBacked (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java261 boolean isStrongBoxBacked, in KeyProtection() argument
284 mIsStrongBoxBacked = isStrongBoxBacked; in KeyProtection()
550 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection
1053 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
1054 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DKeyGenParameterSpec.java360 boolean isStrongBoxBacked, in KeyGenParameterSpec()
419 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()
829 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec
987 mIsStrongBoxBacked = sourceSpec.isStrongBoxBacked(); in Builder()
1631 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
1632 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DParcelableKeyGenParameterSpec.java108 out.writeBoolean(mSpec.isStrongBoxBacked()); in writeToParcel()
169 final boolean isStrongBoxBacked = in.readBoolean(); in ParcelableKeyGenParameterSpec()
206 isStrongBoxBacked, in ParcelableKeyGenParameterSpec()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java288 checkValidKeySize(keymasterAlgorithm, mKeySizeBits, mSpec.isStrongBoxBacked(), in initialize()
437 if (spec.isStrongBoxBacked() != attestKeyInStrongBox) { in checkAttestKeySecurityLevel()
664 mSpec.isStrongBoxBacked() in generateKeyPairHelper()
1013 boolean isStrongBoxBacked, in checkValidKeySize() argument
1018 if (isStrongBoxBacked && keySize != 256) { in checkValidKeySize()
1023 if (isStrongBoxBacked && isCurve25519(mEcCurveName)) { in checkValidKeySize()
DAndroidKeyStoreKeyGeneratorSpi.java379 if (spec.isStrongBoxBacked()) { in engineGenerateKey()
DAndroidKeyStoreSpi.java351 if (spec.isStrongBoxBacked()) { in setPrivateKeyEntry()
795 @SecurityLevel int securityLevel = params.isStrongBoxBacked() ? SecurityLevel.STRONGBOX : in setSecretKeyEntry()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java116 assertThat(spec.isStrongBoxBacked(), is(true)); in validateSpecValues()
/frameworks/base/boot/
Dboot-image-profile.txt13379 HSPLandroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
/frameworks/base/config/
Dboot-image-profile.txt13381 HSPLandroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
/frameworks/base/core/api/
Dcurrent.txt37820 method public boolean isStrongBoxBacked();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48201 Landroid/security/keystore/KeyProtection;->isStrongBoxBacked()Z