Home
last modified time | relevance | path

Searched defs:firstSegmentOffset (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DStreamingTestUtil.java511 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 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()
186 int firstSegmentOffset = 0; in testEncryptSingleBytes() local
237 int firstSegmentOffset = 0; in testEncryptLimitedCiphertextChannel() local
H A DAesCtrHmacStreamingTest.java73 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 DAesCtrHmacStreaming.java81 private final int firstSegmentOffset; field in AesCtrHmacStreaming
107 int firstSegmentOffset) in AesCtrHmacStreaming()
135 int firstSegmentOffset) in validateParameters()
H A DAesGcmHkdfStreaming.java78 private final int firstSegmentOffset; field in AesGcmHkdfStreaming
95 int ciphertextSegmentSize, int firstSegmentOffset) in AesGcmHkdfStreaming()
H A DStreamingAeadSeekableDecryptingChannel.java60 private final int firstSegmentOffset; field in StreamingAeadSeekableDecryptingChannel
/aosp_15_r20/external/tink/go/streamingaead/subtle/
H A Dsubtle_test.go96 func segmentPos(segmentSize, firstSegmentOffset, headerLen, segmentNr int) (int, int) { argument
/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 ...