index
:
Project-1CE/frameworks_base
25q2
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keystore
/
java
/
android
/
security
/
KeyStoreHmacSpi.java
Age
Commit message (
Expand
)
Author
2015-05-13
Move Android Keystore impl to android.security.keystore.
Alex Klyubin
2015-05-06
Use ProviderException in AndroidKeyStore.
Alex Klyubin
2015-05-06
Keystore uses 0 for invalid operation handles.
Alex Klyubin
2015-04-30
Merge "Cleanup logic for per-op auth keys." into mnc-dev
Alex Klyubin
2015-04-30
Track Keymaster changes.
Alex Klyubin
2015-04-30
Cleanup logic for per-op auth keys.
Alex Klyubin
2015-04-29
Surface KeyPermanentlyInvalidatedException for per-op auth keys.
Alex Klyubin
2015-04-29
Enable per-use user authenticated keys to be used.
Alex Klyubin
2015-04-29
Add KeyPermanentlyInvalidatedException.
Alex Klyubin
2015-04-24
No runtime exceptions during normal use of AndroidKeyStore crypto.
Alex Klyubin
2015-04-24
Reset AndroidKeyStore Mac and Cipher state when init fails.
Alex Klyubin
2015-04-13
Use JCA names for block modes, paddings, and digests.
Alex Klyubin
2015-04-08
Add more digests to AndroidKeyStore API.
Alex Klyubin
2015-04-02
Rename KeymasterException to KeyStoreException.
Alex Klyubin
2015-04-01
Improve the AndroidKeyStore-backed HMAC state machine.
Alex Klyubin
2015-04-01
Merge "Hook in user authenticators and their exceptions."
Alex Klyubin
2015-03-31
A way to obtain KeyStore operation handle from crypto primitives.
Alex Klyubin
2015-03-31
Hook in user authenticators and their exceptions.
Alex Klyubin
2015-03-31
Add license banner to recently added AndroidKeyStore files.
Alex Klyubin
2015-03-31
Add unauthenticated AES ciphers backed by AndroidKeyStore.
Alex Klyubin
2015-03-30
Add HmacSHA256 backed by AndroidKeyStore.
Alex Klyubin