/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/ |
D | ObliviousHttpKeyConfigTest.java | 50 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in create_configuresKeyCorrectly() local 132 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in serializeOhttpPayloadHeader_returnsCorrectHeader() local 148 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in createRecipientKeyInfoBytes_returnsCorrectInfo() local 165 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in createRecipientKeyInfoBytes_returnsCorrectInfo_withServerAuctionMediaTypeChange() local 175 ObliviousHttpKeyConfig keyConfig = in serializeKeyConfigToBytes_fromBuilder_getCorrectSerialization() local 204 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in serializeKeyConfigToBytes_fromSerializedKeyConfig_getSameKey() local 219 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in serializeKeyConfigToBytes_multipleAlgorithms_returnsSerializationWithOneSet() local
|
D | ObliviousHttpClientTest.java | 55 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in create_unsupportedAlgorithms_throwsError() local 219 ObliviousHttpKeyConfig keyConfig = in decryptObliviousHttpResponse_withAuctionResult() local 263 ObliviousHttpKeyConfig keyConfig = in decryptObliviousHttpResponse_withAuctionResult_withServerAuctionMediaTypeChange() local
|
D | ObliviousHttpRequestTest.java | 52 ObliviousHttpKeyConfig keyConfig = in serialize_serializesCorrectly() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/algorithms/ |
D | HpkeAlgorithmSpecTest.java | 37 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in fromKeyConfig_createsHpkeAlgorithmSpec() local 52 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in fromKeyConfig_unsupportedKdf_throwsError() local 65 ObliviousHttpKeyConfig keyConfig = ObliviousHttpKeyConfig.fromSerializedKeyConfig(bytes); in fromKeyConfig_unsupportedAead_throwsError() local
|
/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/ |
D | ObliviousHttpRequestContext.java | 32 public abstract ObliviousHttpKeyConfig keyConfig(); in keyConfig() method in ObliviousHttpRequestContext 45 ObliviousHttpKeyConfig keyConfig, in create()
|
D | ObliviousHttpClient.java | 52 private ObliviousHttpClient(ObliviousHttpKeyConfig keyConfig, HpkeAlgorithmSpec algorithmSpec) { in ObliviousHttpClient() 63 public static ObliviousHttpClient create(ObliviousHttpKeyConfig keyConfig) in create()
|
D | ObliviousHttpKeyConfig.java | 123 public static ObliviousHttpKeyConfig fromSerializedKeyConfig(byte[] keyConfig) in fromSerializedKeyConfig() 299 byte[] keyConfig, int startingIndex, int numberOfBytes) throws InvalidKeySpecException { in writeUptoTwoBytesIntoInteger()
|
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/ohttp/ |
D | ObliviousHttpTestFixtures.java | 163 public ObliviousHttpKeyConfig keyConfig; field in ObliviousHttpTestFixtures.OhttpTestVector 173 ObliviousHttpKeyConfig keyConfig) { in OhttpTestVector()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | DBEncryptionContext.java | 93 byte[] keyConfig, in create() 120 public abstract Builder setKeyConfig(byte[] keyConfig); in setKeyConfig()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | DBEncryptionContextTest.java | 54 ObliviousHttpKeyConfig keyConfig = in testBuildEncryptionContext_success() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/ |
D | JoinEncryptionKeyParserTest.java | 156 ObliviousHttpKeyConfig keyConfig = mJoinEncryptionKeyParser.getObliviousHttpKeyConfig(key); in getObliviousHttpKeyConfig_returnsKeyConfig() local
|
D | AuctionEncryptionKeyParserTest.java | 188 ObliviousHttpKeyConfig keyConfig = in getObliviousHttpKeyConfig_convertsKmsKeyIdToOhttpKeyIdCorrectly() local
|