Home
last modified time | relevance | path

Searched refs:zEncode (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/testing/utils/
H A Dhash.cpp10 static char const zEncode[] = "0123456789abcdef"; in CryptToBase16() local
15 ret[j] = zEncode[(a >> 4) & 0xf]; in CryptToBase16()
16 ret[j + 1] = zEncode[a & 0xf]; in CryptToBase16()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/utils/
H A Dhash.cpp10 static char const zEncode[] = "0123456789abcdef"; in CryptToBase16() local
15 ret[j] = zEncode[(a >> 4) & 0xf]; in CryptToBase16()
16 ret[j + 1] = zEncode[a & 0xf]; in CryptToBase16()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fdrm/crypto/
H A Dfx_crypt_unittest.cpp18 static char const zEncode[] = "0123456789abcdef"; in CRYPT_ToBase16() local
23 ret[j] = zEncode[(a >> 4) & 0xf]; in CRYPT_ToBase16()
24 ret[j + 1] = zEncode[a & 0xf]; in CRYPT_ToBase16()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dencode.c610 static const char zEncode[] = "0123456789abcdef"; variable
619 *(zOut++) = zEncode[pIn[i]>>4]; in encode16()
620 *(zOut++) = zEncode[pIn[i]&0xf]; in encode16()
695 *z = zEncode[zDecode[(*z)&0x7f]&0x1f]; in canonical16()
H A Dmd5.c293 static const char zEncode[] = "0123456789abcdef"; in DigestToBase16() local
298 zBuf[j++] = zEncode[(a>>4)&0xf]; in DigestToBase16()
299 zBuf[j++] = zEncode[a & 0xf]; in DigestToBase16()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.cc279 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
286 ret[j] = zEncode[(a >> 4) & 0xf]; in MD5DigestToBase16()
287 ret[j + 1] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/hash/
H A Dmd5_nacl.cc265 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
272 ret[j] = zEncode[(a >> 4) & 0xf]; in MD5DigestToBase16()
273 ret[j + 1] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/hash/
H A Dmd5_nacl.cc265 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
272 ret[j] = zEncode[(a >> 4) & 0xf]; in MD5DigestToBase16()
273 ret[j + 1] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/
H A Dmd5.cc273 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
280 ret[j] = zEncode[(a >> 4) & 0xf]; in MD5DigestToBase16()
281 ret[j + 1] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/
H A Dmd5.cc274 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
281 ret[j] = zEncode[(a >> 4) & 0xf]; in MD5DigestToBase16()
282 ret[j + 1] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.cc279 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
286 ret[j] = zEncode[(a >> 4) & 0xf]; in MD5DigestToBase16()
287 ret[j + 1] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/devel/gn/gn-1962/src/base/
H A Dmd5.cc274 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
281 ret[j] = zEncode[(a >> 4) & 0xf]; in MD5DigestToBase16()
282 ret[j + 1] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dmd5.c281 static char const zEncode[] = "0123456789abcdef"; in DigestToBase16() local
286 zBuf[j++] = zEncode[(a>>4)&0xf]; in DigestToBase16()
287 zBuf[j++] = zEncode[a & 0xf]; in DigestToBase16()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_md5.c285 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
290 zBuf[j++] = zEncode[(a>>4)&0xf]; in MD5DigestToBase16()
291 zBuf[j++] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_md5.c285 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
290 zBuf[j++] = zEncode[(a>>4)&0xf]; in MD5DigestToBase16()
291 zBuf[j++] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_md5.c285 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
290 zBuf[j++] = zEncode[(a>>4)&0xf]; in MD5DigestToBase16()
291 zBuf[j++] = zEncode[a & 0xf]; in MD5DigestToBase16()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A Dmakefile13 $O\7zEncode.obj \
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A Dmakefile13 $O\7zEncode.obj \
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dsha1.c204 static const char zEncode[] = "0123456789abcdef"; in hash_finish() local
219 zOut[i*2] = zEncode[(digest[i]>>4)&0xf]; in hash_finish()
220 zOut[i*2+1] = zEncode[digest[i] & 0xf]; in hash_finish()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Ddbhash.c196 static const char zEncode[] = "0123456789abcdef"; in hash_finish() local
212 zOut[i*2] = zEncode[(digest[i]>>4)&0xf]; in hash_finish()
213 zOut[i*2+1] = zEncode[digest[i] & 0xf]; in hash_finish()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dsha1.c220 static const char zEncode[] = "0123456789abcdef"; in hash_finish() local
235 zOut[i*2] = zEncode[(digest[i]>>4)&0xf]; in hash_finish()
236 zOut[i*2+1] = zEncode[digest[i] & 0xf]; in hash_finish()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Ddbhash.c196 static const char zEncode[] = "0123456789abcdef"; in hash_finish() local
212 zOut[i*2] = zEncode[(digest[i]>>4)&0xf]; in hash_finish()
213 zOut[i*2+1] = zEncode[digest[i] & 0xf]; in hash_finish()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dsha1.c204 static const char zEncode[] = "0123456789abcdef"; in hash_finish() local
219 zOut[i*2] = zEncode[(digest[i]>>4)&0xf]; in hash_finish()
220 zOut[i*2+1] = zEncode[digest[i] & 0xf]; in hash_finish()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dsha1.c204 static const char zEncode[] = "0123456789abcdef"; in hash_finish() local
219 zOut[i*2] = zEncode[(digest[i]>>4)&0xf]; in hash_finish()
220 zOut[i*2+1] = zEncode[digest[i] & 0xf]; in hash_finish()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Ddbhash.c196 static const char zEncode[] = "0123456789abcdef"; in hash_finish() local
212 zOut[i*2] = zEncode[(digest[i]>>4)&0xf]; in hash_finish()
213 zOut[i*2+1] = zEncode[digest[i] & 0xf]; in hash_finish()

12345