No description
Find a file
Rajesh Nyamagoud c3523bacff Added tests using 3DES algorithm.
- Generate 3DES keys with block modes [ECB, CBC] and padding modes
  [NONE, PKCS7]. Should be able to create operations successfully
  with these generated keys.

- Try to generate a key and create an operation with invalid inputs, it
  should fail with proper error codes
  - with unsupported key size
  - with unsupported padding mode
  - with padding mode NONE and input text whose length isn't a
    multiple of the DES block size
  - with unsupported blockmode

Bug: 194359114
Test: atest keystore2_client_test
Change-Id: Ida98fd2e6f9b7ba84b8beba9ea979d5aeb2240ee
2022-08-12 02:09:46 +00:00
diced Allow virt APEX to use diced and open_dice_cbor 2022-07-12 15:27:00 +00:00
fsverity Add a tool to generate manifest files 2022-07-04 17:56:58 +00:00
fsverity_init Merge "fsverity_init: refactor into library + binary" 2021-11-23 17:54:32 +00:00
identity identity: Fix buildSessionTranscript() from a zero leading P-256 EC Public Key. 2022-07-27 02:35:59 +00:00
keystore Deleted clang property in Android.bp files 2022-04-25 21:04:48 +00:00
keystore-engine Keystore 2.0 engine: Handle legacy PEM certificates. 2021-09-27 13:57:54 -07:00
keystore2 Added tests using 3DES algorithm. 2022-08-12 02:09:46 +00:00
ondevice-signing [Compos Telemetry] Fix current_artifacts_ok in the pushed atom 2022-05-25 09:47:01 +00:00
provisioner rkp_factory_extraction_tool: Add instance name in the JSON output 2022-03-10 12:20:21 +08:00
.clang-format Add PREUPLOAD to require clang-format. 2017-12-04 17:06:49 -07:00
.gitignore Add .gitignore. 2020-11-24 09:59:17 -08:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to system/security 2021-02-14 10:37:25 -08:00
METADATA Add METADATA to system/security: Apache2+BSD=NOTICE 2020-05-04 13:15:58 -07:00
MODULE_LICENSE_APACHE2 Add NOTICE and MODULE_LICENSE_ files. 2015-11-02 09:13:29 -08:00
NOTICE Add NOTICE and MODULE_LICENSE_ files. 2015-11-02 09:13:29 -08:00
OWNERS Adding myself to system/security owners 2022-08-03 17:07:46 +01:00
PREUPLOAD.cfg Update rustfmt options 2020-08-19 15:19:21 +00:00
rustfmt.toml Enable rustfmt for system/security 2020-06-23 15:50:23 +02:00