Searched refs:policyValueVistaW (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/bcrypt/ |
H A D | bcrypt.c | 78 static const WCHAR policyValueVistaW[] = {'E','n','a','b','l','e','d',0}; in test_BCryptGetFipsAlgorithmMode() local 93 … RegQueryValueExW(hkey, policyValueVistaW, NULL, NULL, (void *)&value, &count[0]) == ERROR_SUCCESS) in test_BCryptGetFipsAlgorithmMode()
|