Searched refs:g_lpCryptAcquireContext (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c223 static fnCryptAcquireContext g_lpCryptAcquireContext = NULL; variable
531 g_lpCryptAcquireContext = NULL;
706 if ( !g_lpCryptAcquireContext )
708 g_lpCryptAcquireContext = ( fnCryptAcquireContext )
714 err = translate_errno( g_lpCryptAcquireContext != NULL, GetLastError(), mStatus_UnknownErr );
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 );

Completed in 2794 milliseconds