Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java40 private static int sKemIdSizeInBytes = 2; field in ObliviousHttpKeyConfig
132 int kemId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sKemIdSizeInBytes); in fromSerializedKeyConfig()
133 currentIndex += sKemIdSizeInBytes; in fromSerializedKeyConfig()
339 + sKemIdSizeInBytes in getSerializedByteArraySize()