Home
last modified time | relevance | path

Searched refs:padLen (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.c202 int i, numBlocks, padLen; in rijndael_padEncrypt() local
223 padLen = 16 - (inputOctets - 16*numBlocks); in rijndael_padEncrypt()
224 if (padLen <= 0 || padLen > 16) in rijndael_padEncrypt()
226 memcpy(block, input, 16 - padLen); in rijndael_padEncrypt()
227 for (cp = block + 16 - padLen; cp < block + 16; cp++) in rijndael_padEncrypt()
228 *cp = padLen; in rijndael_padEncrypt()
244 padLen = 16 - (inputOctets - 16*numBlocks); in rijndael_padEncrypt()
245 if (padLen <= 0 || padLen > 1 in rijndael_padEncrypt()
366 int i, numBlocks, padLen, rval; rijndael_padDecrypt() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp735 int32_t padLen; in uloc_getDisplayName() local
737 padLen=(subi==0 ? sub1Pos : patLen)-patPos; in uloc_getDisplayName()
738 if(length+padLen <= destCapacity) { in uloc_getDisplayName()
740 for(int32_t i=0;i<padLen;++i) { in uloc_getDisplayName()
744 patPos+=padLen; in uloc_getDisplayName()
746 length+=padLen; in uloc_getDisplayName()
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp747 int32_t padLen; in uloc_getDisplayName() local
749 padLen=(subi==0 ? sub1Pos : patLen)-patPos; in uloc_getDisplayName()
750 if(length+padLen <= destCapacity) { in uloc_getDisplayName()
752 for(int32_t i=0;i<padLen;++i) { in uloc_getDisplayName()
756 patPos+=padLen; in uloc_getDisplayName()
758 length+=padLen; in uloc_getDisplayName()
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp747 int32_t padLen; in uloc_getDisplayName() local
749 padLen=(subi==0 ? sub1Pos : patLen)-patPos; in uloc_getDisplayName()
750 if(length+padLen <= destCapacity) { in uloc_getDisplayName()
752 for(int32_t i=0;i<padLen;++i) { in uloc_getDisplayName()
756 patPos+=padLen; in uloc_getDisplayName()
758 length+=padLen; in uloc_getDisplayName()
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dcell.js142 let padLen = Math.max(this.height - this.lines.length, 0);
146 padTop = Math.ceil(padLen / 2);
149 padTop = padLen;
/third_party/vk-gl-cts/scripts/android/
H A Dinstall_apk.py146 padLen = max([len(device.model) for device in devices])+1
148 parallelApply(installToDevice, [(device, adbPath, packageName, apkPath, ("(%s):%s" % (device.model, ' ' * (padLen - len(device.model))))) for device in devices]);
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_fingerprint.cpp337 uint32 padLen = (index < 56) ? (56 - index) : (120 - index); in Result() local
339 Process (PADDING, padLen); in Result()

Completed in 7 milliseconds