Searched defs:cipherText (Results 1 – 10 of 10) sorted by relevance
31 EncapsulatedSharedSecret encapsulatedSharedSecret, @Nullable byte[] cipherText) { in create()49 abstract byte[] cipherText(); in cipherText() method in HpkeEncryptResponse
293 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()
33 abstract byte[] cipherText(); in cipherText() method in ObliviousHttpRequest40 byte[] plainText, byte[] cipherText, ObliviousHttpRequestContext requestContext) { in create()
184 byte[] cipherText) { in gatewayDecrypt()
231 String cipherText = in decryptObliviousHttpResponse_withAuctionResult() local275 String cipherText = in decryptObliviousHttpResponse_withAuctionResult_withServerAuctionMediaTypeChange() local
65 String cipherText = "not actual cipher"; in serialize_serializesCorrectly() local
69 @Environment int environment, @NonNull int keyIndex, @NonNull byte[] cipherText) { in EncryptedCobaltEnvelopeParams()
613 final ByteBuffer cipherText = ByteBuffer.allocate(mIv.length + encrypted.length); in getCipherText() local657 final ByteBuffer cipherText = in getCipherText() local
405 ByteBuffer cipherText = ByteBuffer.allocate(AES_CBC_IV_LEN + encrypted.length); in getCiphertext() local
1900 String cipherText = in testPersistAdSelectionResult_withDecrypt_validRequest_successEmptyUri() local