Home
last modified time | relevance | path

Searched defs:decryptBytes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DObliviousHttpEncryptor.java37 byte[] decryptBytes(byte[] encryptedBytes, long storedContextId); in decryptBytes() method
DKAnonObliviousHttpEncryptorImpl.java75 public byte[] decryptBytes(byte[] encryptedBytes, long unusedContext) { in decryptBytes() method in KAnonObliviousHttpEncryptorImpl
DObliviousHttpEncryptorImpl.java90 public byte[] decryptBytes(byte[] encryptedBytes, long storedContextId) { in decryptBytes() method
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DObliviousHttpEncryptorWithSeedImpl.java89 public byte[] decryptBytes(byte[] encryptedBytes, long storedContextId) { in decryptBytes() method in ObliviousHttpEncryptorWithSeedImpl