summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/KeyStoreCipherSpi.java
AgeCommit message (Expand)Author
2015-05-13Move Android Keystore impl to android.security.keystore.Alex Klyubin
2015-05-13New AndroidKeyStore API in android.security.keystore.Alex Klyubin
2015-05-12Flatten KeyStoreKeyProperties constants.Alex Klyubin
2015-05-07Merge "Use ProviderException in AndroidKeyStore." into mnc-devAlex Klyubin
2015-05-07Merge "Always mix in additional entropy into keymaster." into mnc-devAlex Klyubin
2015-05-06Define String constants for AndroidKeyStore crypto.Alex Klyubin
2015-05-06Use ProviderException in AndroidKeyStore.Alex Klyubin
2015-05-06Always mix in additional entropy into keymaster.Alex Klyubin
2015-05-06Keystore uses 0 for invalid operation handles.Alex Klyubin
2015-04-30Cleanup logic for per-op auth keys.Alex Klyubin
2015-04-29Surface KeyPermanentlyInvalidatedException for per-op auth keys.Alex Klyubin
2015-04-29Enable per-use user authenticated keys to be used.Alex Klyubin
2015-04-29Add KeyPermanentlyInvalidatedException.Alex Klyubin
2015-04-24No runtime exceptions during normal use of AndroidKeyStore crypto.Alex Klyubin
2015-04-24Reset AndroidKeyStore Mac and Cipher state when init fails.Alex Klyubin
2015-04-15Remove IV auto-generation workaround.Alex Klyubin
2015-04-13Use JCA names for block modes, paddings, and digests.Alex Klyubin
2015-04-08Refuse to reuse IV in encryption mode in AndroidKeyStore.Alex Klyubin
2015-04-02Rename KeymasterException to KeyStoreException.Alex Klyubin
2015-04-01Improve the AndroidKeyStore-backed HMAC state machine.Alex Klyubin
2015-04-01Merge "Hook in user authenticators and their exceptions."Alex Klyubin
2015-03-31A way to obtain KeyStore operation handle from crypto primitives.Alex Klyubin
2015-03-31Hook in user authenticators and their exceptions.Alex Klyubin
2015-03-31Add license banner to recently added AndroidKeyStore files.Alex Klyubin
2015-03-31Add unauthenticated AES ciphers backed by AndroidKeyStore.Alex Klyubin