Searched refs:OhttpGatewayPrivateKey (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/ |
D | ObliviousHttpGatewayTest.java | 68 OhttpGatewayPrivateKey.create(keyBytes), request.serialize()); in decrypt_canDecryptPayloadsEncryptedByOhttpClient() 94 OhttpGatewayPrivateKey.create(keyBytes), request.serialize()); in decrypt_canDecryptPayloadsEncryptedByOhttpClient_withServerAuctionMediaTypeChange() 119 OhttpGatewayPrivateKey.create(keyBytes), in encrypt_canBeDecryptedByOhttpClient() 151 OhttpGatewayPrivateKey.create(keyBytes), in encrypt_canBeDecryptedByOhttpClient_withServerAuctionMediaTypeChange() 180 OhttpGatewayPrivateKey.create(null), in encrypt_missingInfo_throwsError() 203 OhttpGatewayPrivateKey.create(null), in encrypt_missingInfo_throwsError_withServerAuctionMediaTypeChange()
|
D | OhttpJniWrapperTest.java | 565 OhttpGatewayPrivateKey.create(privateKeyBytes), in hpkeSetupRecipient_missingkey_throwsError() 610 OhttpGatewayPrivateKey.create(privateKeyBytes), in hpkeSetupRecipient_missingkey_throwsError_withServerAuctionMediaTypeChange() 651 OhttpGatewayPrivateKey.create(privateKeyBytes), in hpkeSetupRecipient_successful() 692 OhttpGatewayPrivateKey.create(privateKeyBytes), in hpkeSetupRecipient_successful_withServerAuctionMediaTypeChange() 732 OhttpGatewayPrivateKey.create(privateKeyBytes), in gatewayDecrypt_returnsCorrectResponse() 780 OhttpGatewayPrivateKey.create(privateKeyBytes), in gatewayDecrypt_returnsCorrectResponse_withServerAuctionMediaTypeChange()
|
/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/ |
D | OhttpGatewayPrivateKey.java | 28 public abstract class OhttpGatewayPrivateKey { class 36 public static OhttpGatewayPrivateKey create(byte[] bytes) { in create()
|
D | ObliviousHttpGateway.java | 76 OhttpGatewayPrivateKey privateKey, @NonNull byte[] encapsulatedRequest) in decrypt() 162 OhttpGatewayPrivateKey privateKey, in encrypt()
|
D | OhttpJniWrapper.java | 208 OhttpGatewayPrivateKey privateKey, in hpkeSetupRecipient()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AuctionServerE2ETest.java | 130 import com.android.adservices.ohttp.OhttpGatewayPrivateKey; 2711 OhttpGatewayPrivateKey privKey = in testGetAdSelectionData_withOhttpGatewayDecryption() 2712 OhttpGatewayPrivateKey.create( in testGetAdSelectionData_withOhttpGatewayDecryption() 2824 OhttpGatewayPrivateKey privKey = in testGetAdSelectionData_withOhttpGatewayDecryption_withServerAuctionMediaTypeChanged() 2825 OhttpGatewayPrivateKey.create( in testGetAdSelectionData_withOhttpGatewayDecryption_withServerAuctionMediaTypeChanged() 2924 OhttpGatewayPrivateKey privKey = in testGetAdSelectionData_multiCloudOn_success() 2925 OhttpGatewayPrivateKey.create( in testGetAdSelectionData_multiCloudOn_success() 3043 OhttpGatewayPrivateKey privKey = in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey() 3044 OhttpGatewayPrivateKey.create( in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey() 3181 OhttpGatewayPrivateKey privKey = in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/ |
D | KAnonE2ETest.java | 99 import com.android.adservices.ohttp.OhttpGatewayPrivateKey; 1810 OhttpGatewayPrivateKey privKey = in assertJoinRequest() 1811 OhttpGatewayPrivateKey.create( in assertJoinRequest() 2058 OhttpGatewayPrivateKey privKey = 2059 OhttpGatewayPrivateKey.create(
|