Home
last modified time | relevance | path

Searched refs:HP_HASHSIZE (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/
H A DHashUtils.cpp38 …succeeded = CryptGetHashParam(hash, HP_HASHSIZE, reinterpret_cast<BYTE*>(&hashSize), &hashSizeLeng… in ComputeSha256()
111 …succeeded = CryptGetHashParam(hash, HP_HASHSIZE, reinterpret_cast<BYTE*>(&hashSize), &hashSizeLeng… in ComputeHmacSha256()
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/common/
H A Dpathhash.cxx75 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, in CalculateMD5()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp62 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE*)&hashSize, &dwCount, 0)) { in CalculateMD5()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp63 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &dwCount, 0)) { in CalculateMD5()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp62 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE*)&hashSize, &dwCount, 0)) { in CalculateMD5()
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp62 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE*)&hashSize, &dwCount, 0)) { in CalculateMD5()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/common/
H A Dpathhash.cxx75 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, in CalculateMD5()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/common/
H A Dpathhash.cpp68 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, in CalculateMD5()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp62 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE*)&hashSize, &dwCount, 0)) { in CalculateMD5()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ssl/
H A Dssl_platform_key_win.cc113 if (!CryptGetHashParam(hash_handle.get(), HP_HASHSIZE, in Sign()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ssl/
H A Dssl_platform_key_win.cc113 if (!CryptGetHashParam(hash_handle.get(), HP_HASHSIZE, in Sign()
/dports/net/stone/stone-2.4/
H A Dcryptoapi.c212 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len, 0)) { in rsa_priv_enc()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/ckfw/capi/
H A Dcrsa.c465 rc = CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &len, 0);
/dports/security/ca_root_nss/nss-3.71/nss/lib/ckfw/capi/
H A Dcrsa.c465 rc = CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &len, 0); in ckcapi_mdCryptoOperationRSASign_UpdateFinal()
/dports/www/firefox/firefox-99.0/security/nss/lib/ckfw/capi/
H A Dcrsa.c465 rc = CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &len, 0); in ckcapi_mdCryptoOperationRSASign_UpdateFinal()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ckfw/capi/
H A Dcrsa.c465 rc = CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &len, 0); in ckcapi_mdCryptoOperationRSASign_UpdateFinal()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ckfw/capi/
H A Dcrsa.c465 rc = CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &len, 0); in ckcapi_mdCryptoOperationRSASign_UpdateFinal()
/dports/security/nss/nss-3.76.1/nss/lib/ckfw/capi/
H A Dcrsa.c465 rc = CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &len, 0); in ckcapi_mdCryptoOperationRSASign_UpdateFinal()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/ckfw/capi/
H A Dcrsa.c465 rc = CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &len, 0); in ckcapi_mdCryptoOperationRSASign_UpdateFinal()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/ckfw/capi/
H A Dcrsa.c465 rc = CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE *)&hashSize, &len, 0); in ckcapi_mdCryptoOperationRSASign_UpdateFinal()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DCapiHelper.Windows.cs1431 …if (!Interop.CryptGetHashParam(hHash, CryptHashProperty.HP_HASHSIZE, out dwHashSize, ref cbHashSiz… in CreateHashHandle()
1812 HP_HASHSIZE = 0x0004, // Hash value size enumerator
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwincrypt.d209 HP_HASHSIZE = 4,
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwincrypt.d208 HP_HASHSIZE = 4,
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwincrypt.d209 HP_HASHSIZE = 4,
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwincrypt.d208 HP_HASHSIZE = 4,

12345678910