HomeSort by: relevance | last modified time | path
    Searched refs:bcrypt (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
getrandom.c 33 # include <bcrypt.h>
75 HMODULE bcrypt = LoadLibrary ("bcrypt.dll"); local
76 if (bcrypt != NULL)
79 (BCryptGenRandomFuncType) GetProcAddress (bcrypt, "BCryptGenRandom");
117 /* BCryptGenRandom, defined in <bcrypt.h>
118 <https://docs.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom>
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getrandom.c 33 # include <bcrypt.h>
75 HMODULE bcrypt = LoadLibrary ("bcrypt.dll"); local
76 if (bcrypt != NULL)
79 (BCryptGenRandomFuncType) GetProcAddress (bcrypt, "BCryptGenRandom");
117 /* BCryptGenRandom, defined in <bcrypt.h>
118 <https://docs.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom>
  /src/crypto/external/bsd/heimdal/dist/lib/heimdal/
NTMakefile 57 dlllflags=$(dlllflags) /DELAYLOAD:bcrypt.dll
59 bcrypt.lib \
  /src/external/bsd/libarchive/dist/libarchive/
archive_hmac_private.h 56 #include <bcrypt.h>
archive_cryptor_private.h 66 #include <bcrypt.h>
69 /* Common in other bcrypt implementations, but missing from VS2008. */
archive_random.c 62 /* don't use bcrypt when XP needs to be supported */
63 #include <bcrypt.h>
65 /* Common in other bcrypt implementations, but missing from VS2008. */
archive_digest_private.h 169 /* don't use bcrypt when XP needs to be supported */
170 #include <bcrypt.h>
archive_util.c 46 /* don't use bcrypt when XP needs to be supported */
47 #include <bcrypt.h>
49 /* Common in other bcrypt implementations, but missing from VS2008. */
  /src/external/bsd/libfido2/dist/src/
random.c 34 #include <bcrypt.h>
  /src/lib/libcrypt/
Makefile 15 SRCS= crypt.c md5crypt.c bcrypt.c crypt-sha1.c util.c pw_gensalt.c
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/seeding/
rand_win.c 23 /* On Windows Vista or higher use BCrypt instead of the legacy CryptoAPI */
30 #include <bcrypt.h>
32 #pragma comment(lib, "bcrypt.lib")
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
rand_win.c 23 /* On Windows Vista or higher use BCrypt instead of the legacy CryptoAPI */
30 # include <bcrypt.h>
32 # pragma comment(lib, "bcrypt.lib")
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_win.c 21 /* On Windows Vista or higher use BCrypt instead of the legacy CryptoAPI */
28 # include <bcrypt.h>
30 # pragma comment(lib, "bcrypt.lib")
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp-wincng.c 42 #include <bcrypt.h>
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 26753 for ac_header in bcrypt.h
26755 ac_fn_c_check_header_compile "$LINENO" "bcrypt.h" "ac_cv_header_bcrypt_h" "#include <windows.h>
26767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the bcrypt library is guaranteed to be present" >&5
26768 $as_echo_n "checking whether the bcrypt library is guaranteed to be present... " >&6; }
  /src/external/gpl3/gdb/dist/gnulib/
configure 26750 for ac_header in bcrypt.h
26752 ac_fn_c_check_header_compile "$LINENO" "bcrypt.h" "ac_cv_header_bcrypt_h" "#include <windows.h>
26764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the bcrypt library is guaranteed to be present" >&5
26765 $as_echo_n "checking whether the bcrypt library is guaranteed to be present... " >&6; }

Completed in 50 milliseconds