/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/ |
H A D | StreamingTestUtil.java | 511 StreamingAead ags, byte[] plaintext, byte[] associatedData, int firstSegmentOffset) in encryptWithChannel() 560 StreamingAead ags, byte[] plaintext, byte[] associatedData, int firstSegmentOffset) in encryptWithStream() 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() 865 int firstSegmentOffset, in tryDecryptModifiedCiphertext() 899 StreamingAead ags, int segmentSize, int firstSegmentOffset) throws Exception { in testModifiedCiphertext() 1010 StreamingAead ags, int segmentSize, int firstSegmentOffset) throws Exception { in testModifiedCiphertextWithSeekableByteChannel()
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/ |
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() 186 int firstSegmentOffset = 0; in testEncryptSingleBytes() local 237 int firstSegmentOffset = 0; in testEncryptLimitedCiphertextChannel() local
|
H A D | AesCtrHmacStreamingTest.java | 73 int firstSegmentOffset, in testEncryptDecrypt() 175 int firstSegmentOffset, in testEncryptDecryptRandomAccess() 259 int firstSegmentOffset = 0; in testEncryptSingleBytes() local 294 int firstSegmentOffset = 0; in testEncryptLimitedCiphertextChannel() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/ |
H A D | AesCtrHmacStreaming.java | 81 private final int firstSegmentOffset; field in AesCtrHmacStreaming 107 int firstSegmentOffset) in AesCtrHmacStreaming() 135 int firstSegmentOffset) in validateParameters()
|
H A D | AesGcmHkdfStreaming.java | 78 private final int firstSegmentOffset; field in AesGcmHkdfStreaming 95 int ciphertextSegmentSize, int firstSegmentOffset) in AesGcmHkdfStreaming()
|
H A D | StreamingAeadSeekableDecryptingChannel.java | 60 private final int firstSegmentOffset; field in StreamingAeadSeekableDecryptingChannel
|
/aosp_15_r20/external/tink/go/streamingaead/subtle/ |
H A D | subtle_test.go | 96 func segmentPos(segmentSize, firstSegmentOffset, headerLen, segmentNr int) (int, int) { argument
|
/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 ... |