index
:
Project-1CE/frameworks_base
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
/
KeyStoreCipherSpi.java
Age
Commit message (
Expand
)
Author
2015-05-13
Move Android Keystore impl to android.security.keystore.
Alex Klyubin
2015-05-13
New AndroidKeyStore API in android.security.keystore.
Alex Klyubin
2015-05-12
Flatten KeyStoreKeyProperties constants.
Alex Klyubin
2015-05-07
Merge "Use ProviderException in AndroidKeyStore." into mnc-dev
Alex Klyubin
2015-05-07
Merge "Always mix in additional entropy into keymaster." into mnc-dev
Alex Klyubin
2015-05-06
Define String constants for AndroidKeyStore crypto.
Alex Klyubin
2015-05-06
Use ProviderException in AndroidKeyStore.
Alex Klyubin
2015-05-06
Always mix in additional entropy into keymaster.
Alex Klyubin
2015-05-06
Keystore uses 0 for invalid operation handles.
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-15
Remove IV auto-generation workaround.
Alex Klyubin
2015-04-13
Use JCA names for block modes, paddings, and digests.
Alex Klyubin
2015-04-08
Refuse to reuse IV in encryption mode in AndroidKeyStore.
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