summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeyStoreCipherSpi.java
Commit message (Expand)AuthorAgeFilesLines
* Remove IV auto-generation workaround.Alex Klyubin2015-04-151-12/+6
* Use JCA names for block modes, paddings, and digests.Alex Klyubin2015-04-131-28/+27
* Refuse to reuse IV in encryption mode in AndroidKeyStore.Alex Klyubin2015-04-081-14/+44
* Rename KeymasterException to KeyStoreException.Alex Klyubin2015-04-021-5/+5
* Improve the AndroidKeyStore-backed HMAC state machine.Alex Klyubin2015-04-011-2/+0
* Merge "Hook in user authenticators and their exceptions."Alex Klyubin2015-04-011-4/+3
|\
| * Hook in user authenticators and their exceptions.Alex Klyubin2015-03-311-4/+3
* | A way to obtain KeyStore operation handle from crypto primitives.Alex Klyubin2015-03-311-1/+21
|/
* Add license banner to recently added AndroidKeyStore files.Alex Klyubin2015-03-311-0/+16
* Add unauthenticated AES ciphers backed by AndroidKeyStore.Alex Klyubin2015-03-311-0/+540