Home
last modified time | relevance | path

Searched defs:keyConfig (Results 1 – 12 of 12) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfigTest.java50 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
DObliviousHttpClientTest.java55 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
DObliviousHttpRequestTest.java52 ObliviousHttpKeyConfig keyConfig = in serialize_serializesCorrectly() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/algorithms/
DHpkeAlgorithmSpecTest.java37 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/
DObliviousHttpRequestContext.java32 public abstract ObliviousHttpKeyConfig keyConfig(); in keyConfig() method in ObliviousHttpRequestContext
45 ObliviousHttpKeyConfig keyConfig, in create()
DObliviousHttpClient.java52 private ObliviousHttpClient(ObliviousHttpKeyConfig keyConfig, HpkeAlgorithmSpec algorithmSpec) { in ObliviousHttpClient()
63 public static ObliviousHttpClient create(ObliviousHttpKeyConfig keyConfig) in create()
DObliviousHttpKeyConfig.java123 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/
DObliviousHttpTestFixtures.java163 public ObliviousHttpKeyConfig keyConfig; field in ObliviousHttpTestFixtures.OhttpTestVector
173 ObliviousHttpKeyConfig keyConfig) { in OhttpTestVector()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBEncryptionContext.java93 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/
DDBEncryptionContextTest.java54 ObliviousHttpKeyConfig keyConfig = in testBuildEncryptionContext_success() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DJoinEncryptionKeyParserTest.java156 ObliviousHttpKeyConfig keyConfig = mJoinEncryptionKeyParser.getObliviousHttpKeyConfig(key); in getObliviousHttpKeyConfig_returnsKeyConfig() local
DAuctionEncryptionKeyParserTest.java188 ObliviousHttpKeyConfig keyConfig = in getObliviousHttpKeyConfig_convertsKmsKeyIdToOhttpKeyIdCorrectly() local