summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Bentley <prb@google.com>2024-02-16 16:54:04 +0000
committerPete Bentley <prb@google.com>2024-02-21 12:46:15 +0000
commit89a46d558447f376e965a03d49033ca1787cc146 (patch)
tree382d6706262b7fb6ee9ad028789b17d6deb3a896
parentbbaf214b13f857cf4ad594262870cd0c2378afe1 (diff)
downloadart-89a46d558447f376e965a03d49033ca1787cc146.tar.gz
Public HPKE API.
Provides an SPI for APIs to make use of HPKE implementations available in the platform, and a KeySpec allowing "raw" format XDH keys. Bug: 323357598 Test: atest Change-Id: Ia5f7ce2a16cb51bca1774b54723fc8ad7bf2fe1b
-rw-r--r--build/boot/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/boot/Android.bp b/build/boot/Android.bp
index e0bf395872..a2fa55ca42 100644
--- a/build/boot/Android.bp
+++ b/build/boot/Android.bp
@@ -142,6 +142,7 @@ bootclasspath_fragment {
// result in a build failure due to inconsistent flags.
package_prefixes: [
"android.compat",
+ "android.crypto.hpke",
"com.android.okhttp",
"com.android.org.bouncycastle",
"com.android.org.kxml2",