Home
last modified time | relevance | path

Searched defs:hHash (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dtspi_hash.c26 Tspi_Hash_SetHashValue(TSS_HHASH hHash, /* in */ in Tspi_Hash_SetHashValue()
37 Tspi_Hash_GetHashValue(TSS_HHASH hHash, /* in */ in Tspi_Hash_GetHashValue()
48 Tspi_Hash_UpdateHashValue(TSS_HHASH hHash, /* in */ in Tspi_Hash_UpdateHashValue()
H A Dobj_hash.c68 obj_hash_get_tsp_context(TSS_HHASH hHash, TSS_HCONTEXT *tspContext) in obj_hash_get_tsp_context()
83 obj_hash_set_value(TSS_HHASH hHash, UINT32 size, BYTE *value) in obj_hash_set_value()
117 obj_hash_get_value(TSS_HHASH hHash, UINT32 *size, BYTE **value) in obj_hash_get_value()
148 obj_hash_update_value(TSS_HHASH hHash, UINT32 size, BYTE *data) in obj_hash_update_value()
H A Dtspi_sign.c25 Tspi_Hash_Sign(TSS_HHASH hHash, /* in */ in Tspi_Hash_Sign()
104 Tspi_Hash_VerifySignature(TSS_HHASH hHash, /* in */ in Tspi_Hash_VerifySignature()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/BCrypt/
H A DInterop.BCryptFinishHash.cs13 …internal static NTSTATUS BCryptFinishHash(SafeBCryptHashHandle hHash, Span<byte> pbOutput, int cbO… in BCryptFinishHash()
17 …private static extern NTSTATUS BCryptFinishHash(SafeBCryptHashHandle hHash, ref byte pbOutput, int… in BCryptFinishHash()
H A DInterop.BCryptHashData.cs14 …internal static NTSTATUS BCryptHashData(SafeBCryptHashHandle hHash, ReadOnlySpan<byte> pbInput, in… in BCryptHashData()
18 …private static extern NTSTATUS BCryptHashData(SafeBCryptHashHandle hHash, ref byte pbInput, int cb… in BCryptHashData()
H A DInterop.BCryptDestroyHash.cs14 internal static extern NTSTATUS BCryptDestroyHash(IntPtr hHash); in BCryptDestroyHash()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security.Win32/Mono.Security.Cryptography/
H A DCryptoAPI.cs22 …public static extern bool CryptDecrypt (IntPtr hKey, IntPtr hHash, bool Final, uint dwFlags, byte[… in CryptDecrypt()
24 public static extern bool CryptDestroyHash (IntPtr hHash); in CryptDestroyHash()
28 …public static extern bool CryptEncrypt (IntPtr hKey, IntPtr hHash, bool Final, uint dwFlags, byte[… in CryptEncrypt()
34 …public static extern bool CryptGetHashParam (IntPtr hHash, uint dwParam, byte[] pbData, ref uint p… in CryptGetHashParam()
36 …public static extern bool CryptHashData (IntPtr hHash, byte[] pbData, uint dwDataLen, uint dwFlags… in CryptHashData()
/dports/security/gnutls/gnutls-3.6.16/tests/windows/
H A Dcrypt32.c174 BOOL WINAPI CryptDecrypt(HCRYPTKEY hKey, HCRYPTHASH hHash, BOOL Final, in CryptDecrypt()
181 BOOL WINAPI CryptDestroyHash(HCRYPTHASH hHash) in CryptDestroyHash()
188 HCRYPTHASH hHash, in CryptSignHash()
199 BOOL WINAPI CryptGetHashParam(HCRYPTHASH hHash, DWORD dwParam, in CryptGetHashParam()
206 BOOL WINAPI CryptSetHashParam(HCRYPTHASH hHash, DWORD dwParam, in CryptSetHashParam()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Util/
H A DWinCeApi.cs28 public static extern bool CryptHashData(IntPtr hHash, byte [] pbData, int dwDataLen, int dwFlags); in CryptHashData()
31 …public static extern bool CryptGetHashParam(IntPtr hHash, int dwParam, byte[] pbData, ref int pdwD… in CryptGetHashParam()
34 public static extern bool CryptDestroyHash(IntPtr hHash); in CryptDestroyHash()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/kms-message/src/
H A Dkms_crypto_windows.c78 BCRYPT_HASH_HANDLE hHash; in kms_sha256() local
111 BCRYPT_HASH_HANDLE hHash; in kms_sha256_hmac() local
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongocrypt/kms-message/src/
H A Dkms_crypto_windows.c78 BCRYPT_HASH_HANDLE hHash; in kms_sha256() local
111 BCRYPT_HASH_HANDLE hHash; in kms_sha256_hmac() local
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/bcrypt/
H A Dbcrypt.c55 NTSTATUS BCryptDestroyHash(BCRYPT_HASH_HANDLE hHash) in BCryptDestroyHash()
60 NTSTATUS BCryptHashData(BCRYPT_HASH_HANDLE hHash, PUCHAR pbInput, ULONG cbInput, ULONG dwFlags) in BCryptHashData()
65 NTSTATUS BCryptFinishHash(BCRYPT_HASH_HANDLE hHash, PUCHAR pbOutput, ULONG cbOutput, ULONG dwFlags) in BCryptFinishHash()
/dports/net/mpich2/mpich2-1.5/src/pm/smpd/
H A Dsmpd_authenticate.c107 HCRYPTHASH hHash = 0; in smpd_encrypt_data() local
261 HCRYPTHASH hHash = 0; in smpd_decrypt_data() local
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_crypto_win.c132 hmacPrecomputeDigest(BCRYPT_HASH_HANDLE hHash, PUCHAR pbPassword, DWORD cbPassword, BYTE mask) { in hmacPrecomputeDigest()
160 BCRYPT_HASH_HANDLE hHash = NULL; in hmacInit() local
192 BCRYPT_HASH_HANDLE hHash = NULL; in hmacCalculateInternal() local
378 BCRYPT_HASH_HANDLE hHash; member
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_crypto_win.c133 hmacPrecomputeDigest(BCRYPT_HASH_HANDLE hHash, PUCHAR pbPassword, DWORD cbPassword, BYTE mask) { in hmacPrecomputeDigest()
161 BCRYPT_HASH_HANDLE hHash = NULL; in hmacInit() local
193 BCRYPT_HASH_HANDLE hHash = NULL; in hmacCalculateInternal() local
379 BCRYPT_HASH_HANDLE hHash; member
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientsetup/win/
H A Dpassword.cpp18 HCRYPTHASH hHash = NULL; in GenPwd() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Win32/SafeHandles/
H A DBCryptSafeHandles.cs63 private static extern BCryptNative.ErrorCode BCryptDestroyHash(IntPtr hHash); in BCryptDestroyHash()
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/common/
H A Dpathhash.cxx45 HCRYPTHASH hHash = 0; in CalculateMD5() local
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp38 HCRYPTHASH hHash = 0; in CalculateMD5() local
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp38 HCRYPTHASH hHash = 0; in CalculateMD5() local
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp38 HCRYPTHASH hHash = 0; in CalculateMD5() local
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp38 HCRYPTHASH hHash = 0; in CalculateMD5() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/common/
H A Dpathhash.cxx45 HCRYPTHASH hHash = 0; in CalculateMD5() local
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/common/
H A Dpathhash.cpp43 HCRYPTHASH hHash = 0; in CalculateMD5() local
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/common/
H A Dpathhash.cpp38 HCRYPTHASH hHash = 0; in CalculateMD5() local

12345678