Home
last modified time | relevance | path

Searched refs:mCachedException (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreSignatureSpiBase.java69 private Exception mCachedException; field in AndroidKeyStoreSignatureSpiBase
165 mCachedException = null; in resetAll()
185 mCachedException = null; in resetWhilePreservingInitState()
192 if (mCachedException != null) { in ensureKeystoreOperationInitialized()
255 if (mCachedException != null) { in engineUpdate()
256 throw new SignatureException(mCachedException); in engineUpdate()
305 mCachedException = e; in engineUpdate()
317 if (mCachedException != null) { in engineSign()
318 throw new SignatureException(mCachedException); in engineSign()
342 if (mCachedException != null) { in engineVerify()
[all …]
DAndroidKeyStoreCipherSpiBase.java93 private Exception mCachedException; field in AndroidKeyStoreCipherSpiBase
199 mCachedException = null; in resetAll()
221 mCachedException = null; in resetWhilePreservingInitState()
229 if (mCachedException != null) { in ensureKeystoreOperationInitialized()
321 if (mCachedException != null) { in engineUpdate()
327 mCachedException = e; in engineUpdate()
340 mCachedException = e; in engineUpdate()
426 if (mCachedException != null) { in engineUpdateAAD()
433 mCachedException = e; in engineUpdateAAD()
450 mCachedException = e; in engineUpdateAAD()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61781 Landroid/security/keystore/AndroidKeyStoreCipherSpiBase;->mCachedException:Ljava/lang/Exception;