Home
last modified time | relevance | path

Searched refs:publicKeyLength (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java135 int publicKeyLength = getPublicKeyLengthInBytes(kemId); in fromSerializedKeyConfig() local
137 Arrays.copyOfRange(keyConfig, currentIndex, currentIndex + publicKeyLength); in fromSerializedKeyConfig()
138 currentIndex += publicKeyLength; in fromSerializedKeyConfig()
330 int length = KemAlgorithmSpec.get(kemIdentifier).publicKeyLength(); in getPublicKeyLengthInBytes()
/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/algorithms/
DKemAlgorithmSpec.java48 public abstract int publicKeyLength(); in publicKeyLength() method in KemAlgorithmSpec
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/algorithms/
DKemAlgorithmSpecTest.java36 Assert.assertEquals(kemAlgorithmSpec.publicKeyLength(), 32); in get_supportedId_returnsCorrectSpec()