HomeSort by relevance Sort by last modified time
    Searched defs:PROV_RSA_FULL (Results 1 - 4 of 4) sorted by null

  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 215 #ifndef PROV_RSA_FULL
216 # define PROV_RSA_FULL 1
742 bResult = (*g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET );
746 bResult = ( *g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET | CRYPT_NEWKEYSET );
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
types_windows.go 216 PROV_RSA_FULL = 1
  /prebuilts/go/linux-x86/src/syscall/
types_windows.go 216 PROV_RSA_FULL = 1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 471 #define PROV_RSA_FULL 1
    [all...]

Completed in 117 milliseconds