Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DObliviousHttpEncryptorWithSeedImplTest.java99 ObliviousHttpEncryptor encryptor = in test_encryptBytes_success() local
117 encryptor in test_encryptBytes_success()
139 ObliviousHttpEncryptor encryptor = in test_encryptBytes_success_withServerAuctionMediaTypeChange() local
156 encryptor in test_encryptBytes_success_withServerAuctionMediaTypeChange()
174 ObliviousHttpEncryptor encryptor = in test_decryptBytes_invalidEncryptedBytes() local
180 assertThrows(NullPointerException.class, () -> encryptor.decryptBytes(null, 1L)); in test_decryptBytes_invalidEncryptedBytes()
192 ObliviousHttpEncryptor encryptor = in test_decryptBytes_success() local
203 encryptor.encryptBytes(plainTextBytes, 1L, 1000L, null, mDevContext).get(); in test_decryptBytes_success()
218 encryptor.decryptBytes(responseCipherTextBytes, 1L), in test_decryptBytes_success()
232 ObliviousHttpEncryptor encryptor = in test_decryptBytes_success_withServerAuctionMediaTypeChange() local
[all …]
DMultiCloudTestStrategyFactory.java91 ObliviousHttpEncryptor encryptor, String allowlist) { in getEnabledTestStrategy() argument
92 return new MultiCloudTestStrategyFlagOn(encryptor, allowlist); in getEnabledTestStrategy()
97 ObliviousHttpEncryptor encryptor) { in getDisabledTestStrategy() argument
98 return new MultiCloudTestStrategyFlagOff(encryptor); in getDisabledTestStrategy()