Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel.c388 get_cert_location(TCHAR *path, DWORD *store_name, TCHAR **store_path, in get_cert_location() argument
402 *store_name = CERT_SYSTEM_STORE_CURRENT_USER; in get_cert_location()
404 *store_name = CERT_SYSTEM_STORE_LOCAL_MACHINE; in get_cert_location()
406 *store_name = CERT_SYSTEM_STORE_CURRENT_SERVICE; in get_cert_location()
408 *store_name = CERT_SYSTEM_STORE_SERVICES; in get_cert_location()
410 *store_name = CERT_SYSTEM_STORE_USERS; in get_cert_location()
413 *store_name = CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY; in get_cert_location()
416 *store_name = CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY; in get_cert_location()
419 *store_name = CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE; in get_cert_location()

Completed in 11 milliseconds