Home
last modified time | relevance | path

Searched defs:aeadId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java67 public abstract int aeadId(); in aeadId() method in ObliviousHttpKeyConfig
154 int aeadId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sAeadIdSizeInBytes); in fromSerializedKeyConfig() local
289 public abstract Builder setAeadId(int aeadId); in setAeadId()
DObliviousHttpGateway.java311 int aeadId = ((cipherText[5] & 0xff) << 8) | (cipherText[6] & 0xff); in getAead() local
342 int keyId, int kemId, int kdfId, int aeadId, boolean isMediaTypeChanged) in createRecipientKeyInfo()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/
DOhttpJniWrapperTest.java822 int aeadId = 0x0002; in createRecipientKeyInfoBytes() local