Searched refs:hCryptProv (Results 1 – 1 of 1) sorted by relevance
89 HCRYPTPROV hCryptProv = 0; in get_random() local91 if (CryptAcquireContext(&hCryptProv, NULL, NULL, in get_random()97 if (CryptGenRandom(hCryptProv, len, buf) == FALSE) { in get_random()98 CryptReleaseContext(hCryptProv, 0); in get_random()102 CryptReleaseContext(hCryptProv, 0); in get_random()