Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DStreamingTestUtil.java381 ByteBufferChannel ciphertextChannel = new ByteBufferChannel(ciphertext.toByteArray()); in testEncryptionAndDecryption() local
393 ByteBufferChannel ciphertextChannel = new ByteBufferChannel( in testEncryptionAndDecryption() local
407 SeekableByteChannel ciphertextChannel = in testEncryptionAndDecryption() local
420 SeekableByteChannel ciphertextChannel = in testEncryptionAndDecryption() local
434 SeekableByteChannel ciphertextChannel = in testEncryptionAndDecryption() local
487 ByteBufferChannel ciphertextChannel = new ByteBufferChannel(ciphertext2); in testEncryptionAndDecryption() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/streamingaead/
H A DReadableByteChannelDecrypter.java39 RewindableReadableByteChannel ciphertextChannel; field in ReadableByteChannelDecrypter
61 ReadableByteChannel ciphertextChannel, in ReadableByteChannelDecrypter()
H A DStreamingAeadHelper.java57 ReadableByteChannel ciphertextChannel, byte[] associatedData) in newDecryptingChannel()
64 SeekableByteChannel ciphertextChannel, byte[] associatedData) in newSeekableDecryptingChannel()
H A DSeekableByteChannelDecrypter.java38 SeekableByteChannel ciphertextChannel; field in SeekableByteChannelDecrypter
60 SeekableByteChannel ciphertextChannel, final byte[] associatedData) throws IOException { in SeekableByteChannelDecrypter()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DStreamingAeadEncryptingChannel.java30 private WritableByteChannel ciphertextChannel; field in StreamingAeadEncryptingChannel
39 WritableByteChannel ciphertextChannel, in StreamingAeadEncryptingChannel()
H A DNonceBasedStreamingAead.java54 WritableByteChannel ciphertextChannel, byte[] associatedData) in newEncryptingChannel()
61 ReadableByteChannel ciphertextChannel, byte[] associatedData) in newDecryptingChannel()
H A DStreamingAeadDecryptingChannel.java37 private ReadableByteChannel ciphertextChannel; field in StreamingAeadDecryptingChannel
87 ReadableByteChannel ciphertextChannel, in StreamingAeadDecryptingChannel()
H A DStreamingAeadEncryptingStream.java37 NonceBasedStreamingAead streamAead, OutputStream ciphertextChannel, byte[] associatedData) in StreamingAeadEncryptingStream()
H A DStreamingAeadSeekableDecryptingChannel.java42 private final SeekableByteChannel ciphertextChannel; field in StreamingAeadSeekableDecryptingChannel
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...