Home
last modified time | relevance | path

Searched defs:plaintextSize (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DAesCtrHmacStreamingTest.java74 int plaintextSize, in testEncryptDecrypt()
176 int plaintextSize) in testEncryptDecryptRandomAccess()
258 public void testEncryptSingleBytes(int keySizeInBytes, int plaintextSize) throws Exception { in testEncryptSingleBytes()
301 int plaintextSize = 1 << 15; in testEncryptLimitedCiphertextChannel() local
356 int plaintextSize = 1 << 16; in testSkipWithStream() local
400 int plaintextSize = 2000; in testKeyStream() local
423 long plaintextSize = (1L << 26) + 1234567; in testEncryptDecryptLong() local
424 StreamingTestUtil.testEncryptDecryptLong(createAesCtrHmacStreaming(), plaintextSize); in testEncryptDecryptLong() local
432 int plaintextSize = 1 << 20; in testFileEncryption() local
434 createAesCtrHmacStreaming(), tmpFolder.newFile(), plaintextSize); in testFileEncryption() local
H A DAesGcmHkdfStreamingTest.java62 int keySizeInBytes, int segmentSize, int firstSegmentOffset, int plaintextSize, int chunkSize) in testEncryptDecrypt()
132 int keySizeInBytes, int segmentSize, int firstSegmentOffset, int plaintextSize) in testEncryptDecryptRandomAccess()
185 public void testEncryptSingleBytes(int keySizeInBytes, int plaintextSize) throws Exception { in testEncryptSingleBytes()
211 int plaintextSize = 1 << 12; in testSkipWithStream() local
243 int plaintextSize = 1 << 15; in testEncryptLimitedCiphertextChannel() local
304 long plaintextSize = (1L << 32) + 1234567; in testEncryptDecryptLong() local
305 StreamingTestUtil.testEncryptDecryptLong(createAesGcmStreaming(), plaintextSize); in testEncryptDecryptLong() local
311 int plaintextSize = 1 << 20; in testFileEncryption() local
313 createAesGcmStreaming(), tmpFolder.newFile(), plaintextSize); in testFileEncryption() local
H A DStreamingAeadThreadSafetyTest.java109 DecryptingThread(ReadableByteChannel channel, int plaintextSize, int chunkSize) { in DecryptingThread()
145 int plaintextSize = 5432; // The plaintext size for each thread. in testDecryption() local
334 private int plaintextSize; field in StreamingAeadThreadSafetyTest.RandomAccessThread
344 RandomAccessThread(SeekableByteChannel channel, int plaintextSize, int numberOfReads) { in RandomAccessThread()
400 StreamingAead stream, byte[] associatedData, int plaintextSize) throws Exception { in testRandomAccessDecryption()
434 int plaintextSize = 7654; in testRandomAccessAesGcm() local
446 int plaintextSize = 7654; in testRandomAccessAesCtrHmac() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DStreamingTestUtil.java576 StreamingAead ags, int firstSegmentOffset, int plaintextSize, int chunkSize) in testEncryptDecryptWithChannel()
621 StreamingAead ags, int firstSegmentOffset, int plaintextSize, int chunkSize) in testEncryptDecryptWithStream()
654 StreamingAead ags, int firstSegmentOffset, int plaintextSize, int chunkSize) in testEncryptDecrypt()
664 StreamingAead ags, int firstSegmentOffset, int plaintextSize) throws Exception { in testEncryptDecryptRandomAccess()
699 StreamingAead ags, int firstSegmentOffset, int plaintextSize, int chunkSize) in testSkipWithStream()
770 private static void testEncryptSingleBytesWithChannel(StreamingAead ags, int plaintextSize) in testEncryptSingleBytesWithChannel()
785 private static void testEncryptSingleBytesWithStream(StreamingAead ags, int plaintextSize) in testEncryptSingleBytesWithStream()
800 public static void testEncryptSingleBytes(StreamingAead ags, int plaintextSize) throws Exception { in testEncryptSingleBytes()
901 int plaintextSize = 512; in testModifiedCiphertext() local
1012 int plaintextSize = 2000; in testModifiedCiphertextWithSeekableByteChannel() local
[all …]
/aosp_15_r20/external/tink/go/streamingaead/subtle/noncebased/
H A Dnoncebased_test.go219 func testEncrypt(plaintextSize, noncePrefixSize int, wp noncebased.WriterParams) ([]byte, []byte, [… argument
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/streamingaead/
H A DAesCtrHmacStreamingKeyManagerTest.java232 int plaintextSize = 1 << 16; in testSkip() local
H A DAesGcmHkdfStreamingKeyManagerTest.java233 int plaintextSize = 1 << 16; in testSkip() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DStreamingAeadSeekableDecryptingChannel.java52 private long plaintextSize; field in StreamingAeadSeekableDecryptingChannel
H A DAesGcmHkdfStreaming.java157 public long expectedCiphertextSize(long plaintextSize) { in expectedCiphertextSize()
H A DAesCtrHmacStreaming.java207 public long expectedCiphertextSize(long plaintextSize) { in expectedCiphertextSize()
/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 ...