Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 25 of 62) sorted by relevance

123

/external/openssh/
Dhash.c33 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 …]
DPROTOCOL.key19 string encrypted, padded list of private keys
32 The list of privatekey/comment pairs is padded with the
Dsshconnect.c1371 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/
Dbadarray.ll32 %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()
Dcopy-aggregate.ll70 %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/
Draw-two-profiles.test36 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/
DTextReporter.java224 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/
Drelax-at-bundle-end.s6 # Test that an instruction near a bundle end gets properly padded
/external/kernel-headers/original/uapi/linux/
Djffs2.h201 jint32_t padded; /* sum of the size of padding nodes */ member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java109 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/
Dvelems.rst27 uses less than four components, it will be padded out with the constant vector
/external/llvm/test/MC/X86/
Dstackmap-nops.ll46 ; padded with nops.
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake37 # Expects 'flag' to be padded with spaces.
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd117 offset data should be padded to the next even number of dimensions.
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp5558 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/
Dstackmap-nops.ll229 ; padded with nops.
/external/clang/docs/
DControlFlowIntegrityDesign.rst275 likely to occur if the virtual tables are padded.
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst257 header contain only ASCII characters, are left justified and are right padded
/external/libvncserver/
DREADME215 padded, such that each row begins with a new byte (i.e. a 10x4
/external/llvm/test/CodeGen/AArch64/
Darm64-abi_align.ll12 ; With alignment of 16, the size will be padded to multiple of 16 bytes.
/external/clang/include/clang/Basic/
DDiagnosticGroups.td288 def Padded : DiagGroup<"padded">;
/external/llvm/docs/
DCoverageMappingFormat.rst297 If necessary, the encoded data is padded with zeroes so that the size
/external/libvorbis/doc/
D01-introduction.tex58 are designed that they may be truncated (or padded) and remain
Drfc5215.txt353 payload, and is followed by the raw Vorbis data padded to the nearest
/external/libpcap/
DCHANGES291 Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done

123