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

  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 211 #ifndef CRYPT_NEWKEYSET
212 # define CRYPT_NEWKEYSET 0x00000008
746 bResult = ( *g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET | CRYPT_NEWKEYSET );
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 234 CRYPT_NEWKEYSET = 0x00000008
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 234 CRYPT_NEWKEYSET = 0x00000008
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 246 #define CRYPT_NEWKEYSET 0x8
    [all...]

Completed in 434 milliseconds