Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DKAnonObliviousHttpEncryptorImplTest.java85 mKAnonObliviousHttpEncryptor.encryptBytes( in test_encryptBytes_invalidPlainText()
104 .encryptBytes( in test_encryptBytes_success()
132 .encryptBytes( in test_encryptBytes_success_withServerAuctionMediaTypeNoChange()
183 .encryptBytes( in test_decryptBytes_success()
210 .encryptBytes( in test_decryptBytes_success_withServerAuctionMediaTypeNoChange()
DObliviousHttpEncryptorImplTest.java100 () -> mObliviousHttpEncryptor.encryptBytes(null, 1L, 1000L, null, mDevContext)); in test_encryptBytes_invalidPlainText()
118 .encryptBytes( in test_encryptBytes_success()
146 .encryptBytes( in test_encryptBytes_success_withServerAuctionMediaTypeChange()
191 .encryptBytes(plainTextBytes, 1L, 1000L, null, mDevContext) in test_decryptBytes_success()
219 .encryptBytes(plainTextBytes, 1L, 1000L, null, mDevContext) in test_decryptBytes_success_withServerAuctionMediaTypeChange()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DGetAdSelectionDataRunnerTest.java290 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_returnsSuccess()
312 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_returnsSuccess()
343 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
393 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
445 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
496 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
551 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_returnsSuccessMetricsEnabled_withApiSourceCoordinator()
603 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_returnsSuccessMetricsEnabled_withApiSourceCoordinator()
659 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_multiCloudFlagOn_invalidCoordinator_throwsError()
684 .encryptBytes(any(), anyLong(), anyLong(), any(), any()); in testRunner_getAdSelectionData_multiCloudFlagOn_validCoordinator_IsSuccess()
[all …]
DObliviousHttpEncryptorWithSeedImplTest.java118 .encryptBytes( in test_encryptBytes_success()
157 .encryptBytes( in test_encryptBytes_success_withServerAuctionMediaTypeChange()
203 encryptor.encryptBytes(plainTextBytes, 1L, 1000L, null, mDevContext).get(); in test_decryptBytes_success()
243 encryptor.encryptBytes(plainTextBytes, 1L, 1000L, null, mDevContext).get(); in test_decryptBytes_success_withServerAuctionMediaTypeChange()
DAuctionServerE2ETest.java576 when(mObliviousHttpEncryptorMock.encryptBytes( in testGetAdSelectionData_withoutEncrypt_validRequest_success()
637 when(mObliviousHttpEncryptorMock.encryptBytes( in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled()
771 when(mObliviousHttpEncryptorMock.encryptBytes( in testAuctionServerFlow_withoutEncrypt_validRequest_AppInstallDisabled()
921 when(mObliviousHttpEncryptorMock.encryptBytes( in testAuctionServerFlow_withoutEncrypt_validRequest_FrequencyCapDisabled()
1087 when(mObliviousHttpEncryptorMock.encryptBytes( in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1200 when(mObliviousHttpEncryptorMock.encryptBytes( in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
1288 when(mObliviousHttpEncryptorMock.encryptBytes( in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsDisabled()
1354 when(mObliviousHttpEncryptorMock.encryptBytes( in testGetAdSelectionData_withoutEncrypt_validRequestWithOmitAdsInOneCA_success()
1404 when(mObliviousHttpEncryptorMock.encryptBytes( in testGetAdSelectionData_fCap_success()
1540 when(mObliviousHttpEncryptorMock.encryptBytes( in testPersistAdSelectionResult_withoutDecrypt_validRequest_success()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonCallerImplTest.java228 when(mockKAnonOblivivousHttpEncryptorImpl.encryptBytes( in test_signedJoinedSuccessfully_shouldUpdateKAnonMessageStatusInDB()
269 when(mockKAnonOblivivousHttpEncryptorImpl.encryptBytes( in test_multipleBatches_shouldSignAndJoinMessages()
295 when(mockKAnonOblivivousHttpEncryptorImpl.encryptBytes( in test_signSuccessfulButJoinUnsuccessful_shouldUpdateKAnonMessageStatusToSignedDB()
460 when(mockKAnonOblivivousHttpEncryptorImpl.encryptBytes( in test_signedJoinedSuccessfully_shouldCaptureImmediateSignJoinStats()
502 when(mockKAnonOblivivousHttpEncryptorImpl.encryptBytes( in test_signedJoinedSuccessfully_loggingThrowsError_processDoesNotCrash()
550 when(mockKAnonOblivivousHttpEncryptorImpl.encryptBytes( in test_signedJoinedSuccessfully_shouldCaptureBackgroundJobStats()
818 when(mockKAnonOblivivousHttpEncryptorImpl.encryptBytes( in setupMockWithCountDownLatch()
DKAnonE2ETest.java1844 when(mObliviousHttpEncryptorMock.encryptBytes( in setupTestForPersistAdSelectionResult()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DObliviousHttpEncryptor.java29 FluentFuture<byte[]> encryptBytes( in encryptBytes() method
DKAnonObliviousHttpEncryptorImpl.java62 public FluentFuture<byte[]> encryptBytes( in encryptBytes() method in KAnonObliviousHttpEncryptorImpl
DObliviousHttpEncryptorImpl.java67 public FluentFuture<byte[]> encryptBytes( in encryptBytes() method in ObliviousHttpEncryptorImpl
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DObliviousHttpEncryptorWithSeedImpl.java71 public FluentFuture<byte[]> encryptBytes( in encryptBytes() method in ObliviousHttpEncryptorWithSeedImpl
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DGetAdSelectionDataRunner.java459 return mObliviousHttpEncryptor.encryptBytes( in orchestrateGetAdSelectionDataRunner()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonCallerImpl.java1139 kAnonObliviousHttpEncryptor.encryptBytes(