Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java60 public abstract int kdfId(); in kdfId() method in ObliviousHttpKeyConfig
151 int kdfId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sKdfIdSizeInBytes); in fromSerializedKeyConfig() local
286 public abstract Builder setKdfId(int kdfId); in setKdfId()
DObliviousHttpGateway.java305 int kdfId = ((cipherText[3] & 0xff) << 8) | (cipherText[4] & 0xff); in getKdf() 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.java821 int kdfId = 0x0001; in createRecipientKeyInfoBytes() local