summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeyStoreCipherSpi.java
Commit message (Expand)AuthorAgeFilesLines
* New AndroidKeyStore API in android.security.keystore.Alex Klyubin2015-05-131-1/+2
* Flatten KeyStoreKeyProperties constants.Alex Klyubin2015-05-121-1/+1
* Merge "Use ProviderException in AndroidKeyStore." into mnc-devAlex Klyubin2015-05-071-7/+8
|\
| * Use ProviderException in AndroidKeyStore.Alex Klyubin2015-05-061-7/+8
* | Merge "Always mix in additional entropy into keymaster." into mnc-devAlex Klyubin2015-05-071-4/+3
|\ \
| * | Always mix in additional entropy into keymaster.Alex Klyubin2015-05-061-4/+3
| |/
* | Define String constants for AndroidKeyStore crypto.Alex Klyubin2015-05-061-1/+2
|/
* Keystore uses 0 for invalid operation handles.Alex Klyubin2015-05-061-4/+7
* Cleanup logic for per-op auth keys.Alex Klyubin2015-04-301-21/+20
* Surface KeyPermanentlyInvalidatedException for per-op auth keys.Alex Klyubin2015-04-291-0/+10
* Enable per-use user authenticated keys to be used.Alex Klyubin2015-04-291-1/+4
* Add KeyPermanentlyInvalidatedException.Alex Klyubin2015-04-291-1/+1
* No runtime exceptions during normal use of AndroidKeyStore crypto.Alex Klyubin2015-04-241-10/+50
* Reset AndroidKeyStore Mac and Cipher state when init fails.Alex Klyubin2015-04-241-10/+39
* 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