Home
last modified time | relevance | path

Searched refs:store_name (Results 1 – 1 of 1) sorted by relevance

/curl/lib/vtls/
H A Dschannel.c399 get_cert_location(TCHAR *path, DWORD *store_name, TCHAR **store_path, in get_cert_location() argument
413 *store_name = CERT_SYSTEM_STORE_CURRENT_USER; in get_cert_location()
415 *store_name = CERT_SYSTEM_STORE_LOCAL_MACHINE; in get_cert_location()
417 *store_name = CERT_SYSTEM_STORE_CURRENT_SERVICE; in get_cert_location()
419 *store_name = CERT_SYSTEM_STORE_SERVICES; in get_cert_location()
421 *store_name = CERT_SYSTEM_STORE_USERS; in get_cert_location()
424 *store_name = CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY; in get_cert_location()
427 *store_name = CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY; in get_cert_location()
430 *store_name = CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE; in get_cert_location()

Completed in 9 milliseconds