Home
last modified time | relevance | path

Searched refs:isStrongBoxBacked (Results 1 – 9 of 9) 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.java307 boolean isStrongBoxBacked, in KeyGenParameterSpec()
356 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()
689 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec
803 mIsStrongBoxBacked = sourceSpec.isStrongBoxBacked(); in Builder()
1317 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
1318 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DParcelableKeyGenParameterSpec.java105 out.writeBoolean(mSpec.isStrongBoxBacked()); in writeToParcel()
160 final boolean isStrongBoxBacked = in.readBoolean(); in ParcelableKeyGenParameterSpec()
191 isStrongBoxBacked, in ParcelableKeyGenParameterSpec()
DAndroidKeyStoreKeyGeneratorSpi.java217 if (mKeySizeBits > 512 && spec.isStrongBoxBacked()) { in engineInit()
312 if (spec.isStrongBoxBacked()) { in engineGenerateKey()
DAndroidKeyStoreKeyPairGeneratorSpi.java306 checkValidKeySize(keymasterAlgorithm, mKeySizeBits, mSpec.isStrongBoxBacked()); in initialize()
458 if (mSpec.isStrongBoxBacked()) { in generateKeyPair()
730 boolean isStrongBoxBacked) in checkValidKeySize() argument
734 if (isStrongBoxBacked && keySize != 256) { in checkValidKeySize()
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/api/
Dcurrent.txt40729 method public boolean isStrongBoxBacked();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt66477 Landroid/security/keystore/KeyProtection;->isStrongBoxBacked()Z