HomeSort by relevance Sort by last modified time
    Searched refs:CRYPT_VERIFYCONTEXT (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_windows.go 30 const flags = syscall.CRYPT_VERIFYCONTEXT | syscall.CRYPT_SILENT
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_windows.go 30 const flags = syscall.CRYPT_VERIFYCONTEXT | syscall.CRYPT_SILENT
  /external/libmicrohttpd/src/testcurl/
test_digestauth.c 170 b = CryptAcquireContext (&cc, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT);
test_digestauth_with_arguments.c 169 b = CryptAcquireContext (&cc, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT);
  /external/curl/src/
tool_metalink.c 398 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
419 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
440 PROV_RSA_AES, CRYPT_VERIFYCONTEXT)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
random.c 63 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
  /external/fio/os/
os-windows.h 238 if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
  /external/wpa_supplicant_8/src/utils/
os_win32.c 138 CRYPT_VERIFYCONTEXT))
  /external/curl/lib/
curl_ntlm_core.c 319 CRYPT_VERIFYCONTEXT))
553 CRYPT_VERIFYCONTEXT)) {
md5.c 142 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
  /external/libevent/
arc4random.c 155 CRYPT_VERIFYCONTEXT)) {
  /external/ImageMagick/MagickCore/
nt-base.c 821 (CRYPT_VERIFYCONTEXT | CRYPT_MACHINE_KEYSET));
824 (CRYPT_VERIFYCONTEXT | CRYPT_MACHINE_KEYSET | CRYPT_NEWKEYSET));
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 233 CRYPT_VERIFYCONTEXT = 0xF0000000
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 233 CRYPT_VERIFYCONTEXT = 0xF0000000
  /external/curl/lib/vtls/
schannel.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 245 #define CRYPT_VERIFYCONTEXT 0xf0000000
    [all...]

Completed in 749 milliseconds