/external/openssh/ |
D | hash.c | 33 unsigned char padded[256]; in crypto_hash_sha512() local 44 for (i = 0;i < inlen;++i) padded[i] = in[i]; in crypto_hash_sha512() 45 padded[inlen] = 0x80; in crypto_hash_sha512() 48 for (i = inlen + 1;i < 119;++i) padded[i] = 0; in crypto_hash_sha512() 49 padded[119] = bytes >> 61; in crypto_hash_sha512() 50 padded[120] = bytes >> 53; in crypto_hash_sha512() 51 padded[121] = bytes >> 45; in crypto_hash_sha512() 52 padded[122] = bytes >> 37; in crypto_hash_sha512() 53 padded[123] = bytes >> 29; in crypto_hash_sha512() 54 padded[124] = bytes >> 21; in crypto_hash_sha512() [all …]
|
D | PROTOCOL.key | 19 string encrypted, padded list of private keys 32 The list of privatekey/comment pairs is padded with the
|
D | sshconnect.c | 1371 char *padded; in ssh_put_password() local 1378 padded = xcalloc(1, size); in ssh_put_password() 1379 strlcpy(padded, password, size); in ssh_put_password() 1380 packet_put_string(padded, size); in ssh_put_password() 1381 explicit_bzero(padded, size); in ssh_put_password() 1382 free(padded); in ssh_put_password()
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | badarray.ll | 32 %padded = type { %base, [1 x i32] } 40 %var_1 = alloca %padded, align 8 ; <%padded*> [#uses=3] 41 %0 = getelementptr inbounds %padded, %padded* %var_1, i32 0, i32 0 ; <%base*> [#uses=2] 48 %callret = call %padded *@test3f() ; <i32> [#uses=2] 49 %callretcast = bitcast %padded* %callret to i8* ; <i8*> [#uses=1] 50 %var_11 = bitcast %padded* %var_1 to i8* ; <i8*> [#uses=1] 57 declare %padded* @test3f()
|
D | copy-aggregate.ll | 70 %padded = type { i16, i8 } 71 define void @test5([4 x %padded]* %p, [4 x %padded]* %q) { 75 %var = alloca [4 x %padded], align 4 76 %vari8 = bitcast [4 x %padded]* %var to i8* 77 %pi8 = bitcast [4 x %padded]* %p to i8* 79 %qi8 = bitcast [4 x %padded]* %q to i8*
|
/external/llvm/test/tools/llvm-profdata/ |
D | raw-two-profiles.test | 36 Versions of the profiles that are padded to eight byte alignment. 37 RUN: cat %t-foo.profraw > %t-foo-padded.profraw 38 RUN: printf '\0\0\0\0\0' >> %t-foo-padded.profraw 39 RUN: cat %t-bar.profraw > %t-bar-padded.profraw 40 RUN: printf '\0\0\0\0\0' >> %t-bar-padded.profraw 42 RUN: cat %t-foo-padded.profraw %t-bar.profraw > %t-pad-between.profraw 43 RUN: cat %t-foo-padded.profraw %t-bar-padded.profraw > %t-pad.profraw
|
/external/objenesis/tck/src/org/objenesis/tck/ |
D | TextReporter.java | 224 StringBuffer padded = new StringBuffer(text); in pad() local 225 while(padded.length() < width) { in pad() 226 padded.append(' '); in pad() 228 return padded.toString(); in pad()
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | relax-at-bundle-end.s | 6 # Test that an instruction near a bundle end gets properly padded
|
/external/kernel-headers/original/uapi/linux/ |
D | jffs2.h | 201 jint32_t padded; /* sum of the size of padding nodes */ member
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | BaseBlockCipher.java | 109 private boolean padded; field in BaseBlockCipher 411 padded = true; in engineSetPadding() 686 if (random != null && padded) in engineInit()
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | velems.rst | 27 uses less than four components, it will be padded out with the constant vector
|
/external/llvm/test/MC/X86/ |
D | stackmap-nops.ll | 46 ; padded with nops.
|
/external/llvm/cmake/modules/ |
D | ChooseMSVCCRT.cmake | 37 # Expects 'flag' to be padded with spaces.
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_API.dtd | 117 offset data should be padded to the next even number of dimensions.
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 5558 unsigned char* padded = (unsigned char*)lodepng_malloc(h * ((w * bpp + 7) / 8)); in preProcessScanlines() local 5559 if(!padded) error = 83; /*alloc fail*/ in preProcessScanlines() 5562 addPaddingBits(padded, in, ((w * bpp + 7) / 8) * 8, w * bpp, h); in preProcessScanlines() 5563 error = filter(*out, padded, w, h, &info_png->color, settings); in preProcessScanlines() 5565 lodepng_free(padded); in preProcessScanlines() 5598 …unsigned char* padded = (unsigned char*)lodepng_malloc(padded_passstart[i + 1] - padded_passstart[… in preProcessScanlines() local 5599 if(!padded) ERROR_BREAK(83); /*alloc fail*/ in preProcessScanlines() 5600 addPaddingBits(padded, &adam7[passstart[i]], in preProcessScanlines() 5602 error = filter(&(*out)[filter_passstart[i]], padded, in preProcessScanlines() 5604 lodepng_free(padded); in preProcessScanlines()
|
/external/llvm/test/CodeGen/X86/ |
D | stackmap-nops.ll | 229 ; padded with nops.
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 275 likely to occur if the virtual tables are padded.
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 257 header contain only ASCII characters, are left justified and are right padded
|
/external/libvncserver/ |
D | README | 215 padded, such that each row begins with a new byte (i.e. a 10x4
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-abi_align.ll | 12 ; With alignment of 16, the size will be padded to multiple of 16 bytes.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 288 def Padded : DiagGroup<"padded">;
|
/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 297 If necessary, the encoded data is padded with zeroes so that the size
|
/external/libvorbis/doc/ |
D | 01-introduction.tex | 58 are designed that they may be truncated (or padded) and remain
|
D | rfc5215.txt | 353 payload, and is followed by the raw Vorbis data padded to the nearest
|
/external/libpcap/ |
D | CHANGES | 291 Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
|