summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/KeyStoreHmacSpi.java
AgeCommit message (Expand)Author
2015-05-13Move Android Keystore impl to android.security.keystore.Alex Klyubin
2015-05-06Use ProviderException in AndroidKeyStore.Alex Klyubin
2015-05-06Keystore uses 0 for invalid operation handles.Alex Klyubin
2015-04-30Merge "Cleanup logic for per-op auth keys." into mnc-devAlex Klyubin
2015-04-30Track Keymaster changes.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-13Use JCA names for block modes, paddings, and digests.Alex Klyubin
2015-04-08Add more digests to AndroidKeyStore API.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
2015-03-30Add HmacSHA256 backed by AndroidKeyStore.Alex Klyubin