Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dschannel_verify.c86 HANDLE ca_file_handle = INVALID_HANDLE_VALUE; in add_certs_to_store() local
112 ca_file_handle = CreateFile(ca_file_tstr, in add_certs_to_store()
119 if(ca_file_handle == INVALID_HANDLE_VALUE) { in add_certs_to_store()
128 if(!GetFileSizeEx(ca_file_handle, &file_size)) { in add_certs_to_store()
157 if(!ReadFile(ca_file_handle, ca_file_buffer + total_bytes_read, in add_certs_to_store()
282 if(ca_file_handle != INVALID_HANDLE_VALUE) { in add_certs_to_store()
283 CloseHandle(ca_file_handle); in add_certs_to_store()