/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/ |
H A D | StreamingTestUtil.java | 381 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 D | ReadableByteChannelDecrypter.java | 39 RewindableReadableByteChannel ciphertextChannel; field in ReadableByteChannelDecrypter 61 ReadableByteChannel ciphertextChannel, in ReadableByteChannelDecrypter()
|
H A D | StreamingAeadHelper.java | 57 ReadableByteChannel ciphertextChannel, byte[] associatedData) in newDecryptingChannel() 64 SeekableByteChannel ciphertextChannel, byte[] associatedData) in newSeekableDecryptingChannel()
|
H A D | SeekableByteChannelDecrypter.java | 38 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 D | StreamingAeadEncryptingChannel.java | 30 private WritableByteChannel ciphertextChannel; field in StreamingAeadEncryptingChannel 39 WritableByteChannel ciphertextChannel, in StreamingAeadEncryptingChannel()
|
H A D | NonceBasedStreamingAead.java | 54 WritableByteChannel ciphertextChannel, byte[] associatedData) in newEncryptingChannel() 61 ReadableByteChannel ciphertextChannel, byte[] associatedData) in newDecryptingChannel()
|
H A D | StreamingAeadDecryptingChannel.java | 37 private ReadableByteChannel ciphertextChannel; field in StreamingAeadDecryptingChannel 87 ReadableByteChannel ciphertextChannel, in StreamingAeadDecryptingChannel()
|
H A D | StreamingAeadEncryptingStream.java | 37 NonceBasedStreamingAead streamAead, OutputStream ciphertextChannel, byte[] associatedData) in StreamingAeadEncryptingStream()
|
H A D | StreamingAeadSeekableDecryptingChannel.java | 42 private final SeekableByteChannel ciphertextChannel; field in StreamingAeadSeekableDecryptingChannel
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |