Home
last modified time | relevance | path

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

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