/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/ |
H A D | AesCtrHmacStreamingTest.java | 74 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 D | AesGcmHkdfStreamingTest.java | 62 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 D | StreamingAeadThreadSafetyTest.java | 109 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 D | StreamingTestUtil.java | 576 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 D | noncebased_test.go | 219 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 D | AesCtrHmacStreamingKeyManagerTest.java | 232 int plaintextSize = 1 << 16; in testSkip() local
|
H A D | AesGcmHkdfStreamingKeyManagerTest.java | 233 int plaintextSize = 1 << 16; in testSkip() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/ |
H A D | StreamingAeadSeekableDecryptingChannel.java | 52 private long plaintextSize; field in StreamingAeadSeekableDecryptingChannel
|
H A D | AesGcmHkdfStreaming.java | 157 public long expectedCiphertextSize(long plaintextSize) { in expectedCiphertextSize()
|
H A D | AesCtrHmacStreaming.java | 207 public long expectedCiphertextSize(long plaintextSize) { in expectedCiphertextSize()
|
/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 ... |