/external/xz-java/src/org/tukaani/xz/index/ |
D | IndexRecord.java | 13 final long unpadded; field in IndexRecord 16 IndexRecord(long unpadded, long uncompressed) { in IndexRecord() argument 17 this.unpadded = unpadded; in IndexRecord()
|
D | IndexDecoder.java | 28 private final long[] unpadded; field in IndexDecoder 83 unpadded = new long[(int)count]; in IndexDecoder() 101 unpadded[record] = blocksSum + unpaddedSize; in IndexDecoder() 183 int right = unpadded.length - 1; in locateBlock() 212 info.compressedOffset = (unpadded[pos - 1] + 3) & ~3; 216 info.unpaddedSize = unpadded[pos] - info.compressedOffset;
|
D | IndexEncoder.java | 46 EncoderUtil.encodeVLI(outChecked, record.unpadded); in encode()
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_padding.py | 65 def test_pad(self, size, unpadded, padded): argument 67 result = padder.update(unpadded) 83 def test_unpad(self, size, unpadded, padded): argument 87 assert result == unpadded 171 def test_pad(self, size, unpadded, padded): argument 173 result = padder.update(unpadded) 189 def test_unpad(self, size, unpadded, padded): argument 193 assert result == unpadded
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FlatBuffersFuzzTests.cs | 470 byte[] unpadded = new byte[padded.Length - 12]; in TestVTableWithSomeElements() 471 Buffer.BlockCopy(padded, 12, unpadded, 0, unpadded.Length); in TestVTableWithSomeElements() 472 Assert.ArrayEqual(unpadded, builder.DataBuffer.ToSizedArray()); in TestVTableWithSomeElements() 569 byte[] unpadded = new byte[padded.Length - 28]; in TestBunchOfBools() 570 Buffer.BlockCopy(padded, 28, unpadded, 0, unpadded.Length); in TestBunchOfBools() 571 Assert.ArrayEqual(unpadded, builder.DataBuffer.ToSizedArray()); in TestBunchOfBools() 617 byte[] unpadded = new byte[padded.Length - 24]; in TestBunchOfBoolsSizePrefixed() 618 Buffer.BlockCopy(padded, 24, unpadded, 0, unpadded.Length); in TestBunchOfBoolsSizePrefixed() 619 Assert.ArrayEqual(unpadded, builder.DataBuffer.ToSizedArray()); in TestBunchOfBoolsSizePrefixed()
|
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/ |
D | Strftime.java | 488 String unpadded = simple.replaceFirst("^(0+| +)(?!$)", ""); in correctPad() local 491 return unpadded; in correctPad() 497 Integer.parseInt(padWidthBuffer.toString()) - unpadded.length()); in correctPad() 506 buffer.append(unpadded); in correctPad()
|
/external/python/cryptography/src/cryptography/ |
D | fernet.py | 131 unpadded = unpadder.update(plaintext_padded) 133 unpadded += unpadder.finalize() 136 return unpadded
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 21 vli_type unpadded; member 275 s->block.hash.unpadded += s->block_header.size in dec_block() 279 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() 282 s->block.hash.unpadded += 4; in dec_block() 284 s->block.hash.unpadded += 8; in dec_block() 341 s->index.hash.unpadded += s->vli; in dec_index()
|
/external/python/cryptography/docs/ |
D | spelling_wordlist.txt | 104 unpadded
|
/external/boringssl/src/ssl/test/runner/ |
D | key_agreement.go | 153 unpadded := m.Bytes() 155 copy(ret[len(ret)-len(unpadded):], unpadded)
|
/external/webrtc/sdk/objc/components/renderer/opengl/ |
D | RTCI420TextureCache.mm | 106 // Make an unpadded copy and upload that instead. Quick profiling showed
|
/external/python/cryptography/docs/hazmat/primitives/ |
D | padding.rst | 111 :return bytes: Returns the data that was padded or unpadded.
|
/external/toybox/toys/pending/ |
D | xzcat.c | 2347 vli_type unpadded; member 2595 s->block.hash.unpadded += s->block_header.size in dec_block() 2598 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() 2654 s->index.hash.unpadded += s->vli; in dec_index()
|
/external/openssh/ |
D | PROTOCOL.mux | 232 be formatted as unencrypted, unpadded, SSH transport messages:
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | aes_256_cbc_sha1_tls_implicit_iv_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | des_ede3_cbc_sha1_tls_implicit_iv_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_128_cbc_sha1_tls_implicit_iv_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_256_cbc_sha256_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_128_cbc_sha1_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_256_cbc_sha1_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | des_ede3_cbc_sha1_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_128_cbc_sha256_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_256_cbc_sha384_tls_tests.txt | 1453 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 204298 unpadded %7773
|