Home
last modified time | relevance | path

Searched refs:mCachedException (Results 1 – 2 of 2) 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.java92 private Exception mCachedException; field in AndroidKeyStoreCipherSpiBase
198 mCachedException = null; in resetAll()
220 mCachedException = null; in resetWhilePreservingInitState()
228 if (mCachedException != null) { in ensureKeystoreOperationInitialized()
319 if (mCachedException != null) { in engineUpdate()
325 mCachedException = e; in engineUpdate()
338 mCachedException = e; in engineUpdate()
393 if (mCachedException != null) { in engineUpdateAAD()
400 mCachedException = e; in engineUpdateAAD()
417 mCachedException = e; in engineUpdateAAD()
[all …]