Searched refs:paddingLength (Results 1 – 4 of 4) sorted by relevance
179 private byte[] combineWithPadding(@NonNull final byte[][] sections, final int paddingLength) { in combineWithPadding() argument181 int totalSize = Arrays.stream(sections).mapToInt(s -> s.length).sum() + paddingLength; in combineWithPadding()232 public abstract Builder setPaddingLength(int paddingLength); in setPaddingLength() argument
105 int paddingLength = reader.remainingLength(); in deserializeKnownLengthMessage() local111 .setPaddingLength(paddingLength) in deserializeKnownLengthMessage()
641 private void testPadding(BinaryHttpMessage message, int paddingLength) { in testPadding() argument650 .setPaddingLength(paddingLength) in testPadding()655 assertEquals(paddedEncoded.length, encoded.length + paddingLength); in testPadding()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...