Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java268 boolean isStrongBoxBacked, in KeyProtection() argument
293 mIsStrongBoxBacked = isStrongBoxBacked; in KeyProtection()
592 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection
1172 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
1173 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DKeyGenParameterSpec.java370 boolean isStrongBoxBacked, in KeyGenParameterSpec()
433 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()
878 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec
1044 mIsStrongBoxBacked = sourceSpec.isStrongBoxBacked(); in Builder()
1720 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
1721 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DParcelableKeyGenParameterSpec.java117 out.writeBoolean(mSpec.isStrongBoxBacked()); in writeToParcel()
180 final boolean isStrongBoxBacked = in.readBoolean(); in ParcelableKeyGenParameterSpec()
219 isStrongBoxBacked, in ParcelableKeyGenParameterSpec()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java308 checkValidKeySize(keymasterAlgorithm, mKeySizeBits, mSpec.isStrongBoxBacked(), in initialize()
472 if (spec.isStrongBoxBacked() != attestKeyInStrongBox) { in checkAttestKeySecurityLevel()
672 mSpec.isStrongBoxBacked() in generateKeyPair()
1013 boolean isStrongBoxBacked, in checkValidKeySize() argument
1018 if (isStrongBoxBacked && keySize != 256) { in checkValidKeySize()
1023 if (isStrongBoxBacked && isCurve25519(mEcCurveName)) { in checkValidKeySize()
DAndroidKeyStoreKeyGeneratorSpi.java381 if (spec.isStrongBoxBacked()) { in engineGenerateKey()
DAndroidKeyStoreSpi.java374 if (spec.isStrongBoxBacked()) { in setPrivateKeyEntry()
898 @SecurityLevel int securityLevel = params.isStrongBoxBacked() ? SecurityLevel.STRONGBOX : in setSecretKeyEntry()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java118 assertThat(spec.isStrongBoxBacked(), is(true)); in validateSpecValues()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt13400 HSPLandroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
/frameworks/base/config/
Dboot-image-profile.txt13403 HSPLandroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
/frameworks/base/core/api/
Dcurrent.txt39751 method public boolean isStrongBoxBacked();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47558 Landroid/security/keystore/KeyProtection;->isStrongBoxBacked()Z