Home
last modified time | relevance | path

Searched defs:cipherText (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DHpkeEncryptResponse.java31 EncapsulatedSharedSecret encapsulatedSharedSecret, @Nullable byte[] cipherText) { in create()
49 abstract byte[] cipherText(); in cipherText() method in HpkeEncryptResponse
DObliviousHttpGateway.java293 private static int getKeyId(byte[] cipherText) { in getKeyId()
297 private static KemAlgorithmSpec getKem(byte[] cipherText) in getKem()
303 private static KdfAlgorithmSpec getKdf(byte[] cipherText) in getKdf()
309 private static AeadAlgorithmSpec getAead(byte[] cipherText) in getAead()
316 int encLength, byte[] cipherText) { in getEncapsulatedSharedSecret()
DObliviousHttpRequest.java33 abstract byte[] cipherText(); in cipherText() method in ObliviousHttpRequest
40 byte[] plainText, byte[] cipherText, ObliviousHttpRequestContext requestContext) { in create()
DOhttpJniWrapper.java184 byte[] cipherText) { in gatewayDecrypt()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/
DObliviousHttpClientTest.java231 String cipherText = in decryptObliviousHttpResponse_withAuctionResult() local
275 String cipherText = in decryptObliviousHttpResponse_withAuctionResult_withServerAuctionMediaTypeChange() local
DObliviousHttpRequestTest.java65 String cipherText = "not actual cipher"; in serialize_serializesCorrectly() local
/packages/modules/AdServices/adservices/framework/java/android/adservices/cobalt/
DEncryptedCobaltEnvelopeParams.java69 @Environment int environment, @NonNull int keyIndex, @NonNull byte[] cipherText) { in EncryptedCobaltEnvelopeParams()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java613 final ByteBuffer cipherText = ByteBuffer.allocate(mIv.length + encrypted.length); in getCipherText() local
657 final ByteBuffer cipherText = in getCipherText() local
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java405 ByteBuffer cipherText = ByteBuffer.allocate(AES_CBC_IV_LEN + encrypted.length); in getCiphertext() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java1900 String cipherText = in testPersistAdSelectionResult_withDecrypt_validRequest_successEmptyUri() local