Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java41 private static int sKdfIdSizeInBytes = 2; field in ObliviousHttpKeyConfig
151 int kdfId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sKdfIdSizeInBytes); in fromSerializedKeyConfig()
152 currentIndex += sKdfIdSizeInBytes; in fromSerializedKeyConfig()
258 int algorithmsLength = sKdfIdSizeInBytes + sAeadIdSizeInBytes; in serializeKeyConfigToBytes()
342 + sKdfIdSizeInBytes in getSerializedByteArraySize()