commit | 69b088fe15db4a771a352bf63783b542ee21d36b | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Wed Sep 27 12:54:05 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Oct 03 07:39:22 2023 +0000 |
tree | d669d5b6fb68cc021377029fc87bda7cfe459607 | |
parent | 08be79913403fb85d62bda37da1973872274c151 [diff] [blame] |
[bssl] Implement AEAD BoringSSL wrapper AEAD will be used to encrypt the private key in the RKP HAL. Bug: 302286887 Test: atest libbssl_avf_nostd.test Change-Id: I734cf5ecd8b938f2c47f439d6f51594ccafb4ff2
diff --git a/libs/bssl/tests/tests.rs b/libs/bssl/tests/tests.rs index 1077787..4c0b0b0 100644 --- a/libs/bssl/tests/tests.rs +++ b/libs/bssl/tests/tests.rs
@@ -14,5 +14,6 @@ //! API tests of the crate `bssl_avf`. +mod aead_test; mod hkdf_test; mod hmac_test;