Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java257 boolean isStrongBoxBacked) { in KeyProtection() argument
278 mIsStrongBoxBacked = isStrongBoxBacked; in KeyProtection()
539 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection
982 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
983 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DKeyGenParameterSpec.java310 boolean isStrongBoxBacked, in KeyGenParameterSpec()
360 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()
708 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec
825 mIsStrongBoxBacked = sourceSpec.isStrongBoxBacked(); in Builder()
1365 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
1366 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DParcelableKeyGenParameterSpec.java106 out.writeBoolean(mSpec.isStrongBoxBacked()); in writeToParcel()
162 final boolean isStrongBoxBacked = in.readBoolean(); in ParcelableKeyGenParameterSpec()
194 isStrongBoxBacked, in ParcelableKeyGenParameterSpec()
DAndroidKeyStoreKeyPairGeneratorSpi.java305 checkValidKeySize(keymasterAlgorithm, mKeySizeBits, mSpec.isStrongBoxBacked()); in initialize()
457 if (mSpec.isStrongBoxBacked()) { in generateKeyPair()
749 boolean isStrongBoxBacked) in checkValidKeySize() argument
753 if (isStrongBoxBacked && keySize != 256) { in checkValidKeySize()
DAndroidKeyStoreKeyGeneratorSpi.java308 if (spec.isStrongBoxBacked()) { in engineGenerateKey()
DAndroidKeyStoreSpi.java373 if (spec.isStrongBoxBacked()) { in setPrivateKeyEntry()
743 if (params.isStrongBoxBacked()) { in setSecretKeyEntry()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java115 assertThat(spec.isStrongBoxBacked(), is(true)); in validateSpecValues()
/frameworks/base/non-updatable-api/
Dcurrent.txt41168 method public boolean isStrongBoxBacked();
/frameworks/base/api/
Dcurrent.txt41312 method public boolean isStrongBoxBacked();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62113 Landroid/security/keystore/KeyProtection;->isStrongBoxBacked()Z