Home
last modified time | relevance | path

Searched refs:BCryptCreateHash (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/kms-message/src/
H A Dkms_crypto_windows.c81 BCryptCreateHash (_algoSHA256, &hHash, NULL, 0, NULL, 0, 0); in kms_sha256()
113 NTSTATUS status = BCryptCreateHash ( in kms_sha256_hmac()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongocrypt/kms-message/src/
H A Dkms_crypto_windows.c81 BCryptCreateHash (_algoSHA256, &hHash, NULL, 0, NULL, 0, 0); in kms_sha256()
113 NTSTATUS status = BCryptCreateHash ( in kms_sha256_hmac()
/dports/security/aws-c-cal/aws-c-cal-0.5.12/source/windows/
H A Dbcrypt_hash.c106 NTSTATUS status = BCryptCreateHash( in aws_sha256_default_new()
135 NTSTATUS status = BCryptCreateHash( in aws_sha1_default_new()
165BCryptCreateHash(s_md5_alg, &bcrypt_hash->hash_handle, bcrypt_hash->hash_obj, (ULONG)s_md5_obj_len… in aws_md5_default_new()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Internal/Cryptography/
H A DHashProviderCng.cs39 …NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash(_hAlgorithm, out hHash, IntPtr.Zero, 0, key, k… in HashProviderCng()
129 …NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash(_hAlgorithm, out hHash, IntPtr.Zero, 0, _key, … in ResetHashObject()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_crypto_win.c155BCryptCreateHash(pContext->hAlgorithm, &pContext->hInnerHash, pContext->pbInnerHash, pContext->cbH… in hmacInit()
166 …bStatus = BCRYPT_SUCCESS(BCryptCreateHash(pContext->hAlgorithm, &hHash, pbHashObject, pContext->cb… in hmacInit()
437 …status = BCryptCreateHash(hmac->hAlgorithm, &hmac->hHash, hmac->pbHashObject, hmac->cbHashObject, … in _zip_crypto_hmac_new()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_crypto_win.c156BCryptCreateHash(pContext->hAlgorithm, &pContext->hInnerHash, pContext->pbInnerHash, pContext->cbH… in hmacInit()
167 …bStatus = BCRYPT_SUCCESS(BCryptCreateHash(pContext->hAlgorithm, &hHash, pbHashObject, pContext->cb… in hmacInit()
438 …status = BCryptCreateHash(hmac->hAlgorithm, &hmac->hHash, hmac->pbHashObject, hmac->cbHashObject, … in _zip_crypto_hmac_new()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/BCrypt/
H A DInterop.BCryptCreateHash.cs16 …internal static extern NTSTATUS BCryptCreateHash(SafeBCryptAlgorithmHandle hAlgorithm, out SafeBCr… in BCryptCreateHash() method in Interop.BCrypt
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dbcrypt.def9 BCryptCreateHash
H A Dncrypt.def14 BCryptCreateHash
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dbcrypt.def9 BCryptCreateHash
H A Dncrypt.def14 BCryptCreateHash
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dbcrypt.def14 BCryptCreateHash@28
H A Dncrypt.def14 BCryptCreateHash@28
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dbcrypt.def14 BCryptCreateHash@28
H A Dncrypt.def14 BCryptCreateHash@28
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/ed25519-donna/
H A Ded25519-hash-bcrypt.h19 BCryptCreateHash( ctx->algorithm, &ctx->hash, ctx->pbBlock, ctx->cbBlock, NULL, 0, 0 ); in ed25519_hash_init()
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/libmariadb/secure/
H A Dwin_crypt.c71 BCryptCreateHash(algHdl, &newctx->hHash, newctx->hashObject, cbObjSize, NULL, 0, 0); in ma_hash_new()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/libmariadb/secure/
H A Dwin_crypt.c71 BCryptCreateHash(algHdl, &newctx->hHash, newctx->hashObject, cbObjSize, NULL, 0, 0); in ma_hash_new()
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/libmariadb/secure/
H A Dwin_crypt.c71 BCryptCreateHash(algHdl, &newctx->hHash, newctx->hashObject, cbObjSize, NULL, 0, 0); in ma_hash_new()
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/libmariadb/secure/
H A Dwin_crypt.c71 BCryptCreateHash(algHdl, &newctx->hHash, newctx->hashObject, cbObjSize, NULL, 0, 0); in ma_hash_new()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/libmariadb/secure/
H A Dwin_crypt.c71 BCryptCreateHash(algHdl, &newctx->hHash, newctx->hashObject, cbObjSize, NULL, 0, 0); in ma_hash_new()
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/libmariadb/secure/
H A Dwin_crypt.c71 BCryptCreateHash(algHdl, &newctx->hHash, newctx->hashObject, cbObjSize, NULL, 0, 0); in ma_hash_new()
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/libmariadb/secure/
H A Dwin_crypt.c71 BCryptCreateHash(algHdl, &newctx->hHash, newctx->hashObject, cbObjSize, NULL, 0, 0); in ma_hash_new()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/common/
H A Dcrypto_bcrypt.cpp215 status = BCryptCreateHash(hAlgSHA256, &hHashSHA256, pbBuffer, cbBuffer, NULL, 0, 0); in GenerateSHA256Digest()
268 …status = BCryptCreateHash(hAlgHMACSHA256, &hHashHMACSHA256, pbBuffer, cbBuffer, (PUCHAR)pubKey, cu… in GenerateHMAC256()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-crypto-cng.c73 status = BCryptCreateHash (algorithm, in _mongoc_crypto_cng_hmac_or_hash()

123456789