1. BCryptCreateHash function (Windows)

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa375383

    The BCryptCreateHash function is called to create a hash or Message Authentication Code (MAC) object. The handle of an algorithm provider created by using the ...

    • Syntax

      NTSTATUS WINAPI BCryptCreateHash(
        _Inout_ BCRYPT_ALG_HANDLE hAlgorithm,
        _Out_ BCRYPT_HASH_HANDLE *phHash,
        _Out_ PUCHAR pbHashObject,
        _In_opt_ ULONG cbHashObject,...
      Was this helpful?Thanks! Give more feedback
  2. BCryptCreateMultiHash - FileLog.net

    filelog.net/func/BCryptCreateMultiHash

    BCryptCreateMultiHash function in Export Directory: cng.sys - Kernel Cryptography, Next Generation v. 6.3.9600.17415, sha1: 49bd7c5eb5fb5cb08cff008937e4c2df68ea1d96

  3. CryptoWrappers v1.06 - Naughter

    www.naughter.com/cryptowrappers.html

    CryptoWrappers v1.06 A set of C++ classes to provide a complete C++ encapsulation of the various Cryptography APIs on Windows. The classes provided are ...

  4. APIs present on all Windows 10 devices (grouped by …

    https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis

    This topic lists the Win32 APIs that are part of the Universal Windows Platform (UWP) and that are implemented by all Windows 10 devices.

  5. Add bcrypt functions · retep998/winapi-rs@54268b6 · …

    https://github.com/retep998/winapi-rs/commit/54268b6de68b42e50c1c0...

    Add bcrypt functions ... + pub fn BCryptCreateMultiHash (+ hAlgorithm: BCRYPT_ALG_HANDLE, phHash: * mut BCRYPT_HASH_HANDLE, nHashes: ULONG,

  6. CryptoWrappers v1.03 | PJ Naughter's space

    https://naughter.wordpress.com/2015/11/01/cryptowrappers-v1-03

    01/11/2015 · Just to let everyone know that v1.03 of CryptoWrappers has been released. Updates for this version include: Updated code to clean compile on VC 2015.

  7. Windows 10 DLL File Information - bcrypt.dll

    windows10dll.nirsoft.net/bcrypt_dll.html

    The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 10, extracted the ...

  8. Antivirus scan for ...

    https://www.virustotal.com/en/file/3790a7dd0ac65f47a697a577744fdfa...

    BCryptCreateMultiHash. BCryptDecrypt. BCryptDeriveKey. BCryptDeriveKeyCapi. BCryptDeriveKeyPBKDF2. BCryptDestroyHash. BCryptDestroyKey. BCryptDestroySecret ...

  9. Add bcrypt functions by skdltmxn · Pull Request #165 ...

    https://github.com/retep998/winapi-rs/pull/165/commits/54268b6de68...

    + pub fn BCryptCreateMultiHash (+ hAlgorithm: BCRYPT_ALG_HANDLE, phHash: * mut BCRYPT_HASH_HANDLE, nHashes: ULONG,

  10. https://msdn.microsoft.com/fr-fr/library/windows/desktop/mt654039...

    For convenience, an umbrella library named OneCore.lib is provided in the Microsoft Windows Software Development Kit (SDK), which provides the exports for the subset ...

  11. Some results have been removed