Home
last modified time | relevance | path

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

/external/curl/lib/
Dsecurity.c212 conn->data_prot, conn); in read_data()
238 if(conn->sec_complete == 0 || conn->data_prot == PROT_CLEAR) in sec_recv()
277 enum protection_level prot_level = conn->data_prot; in do_sec_send()
328 len -= conn->mech->overhead(conn->app_data, conn->data_prot, in sec_write()
422 if(conn->data_prot == level) in sec_set_protection_level()
459 conn->data_prot = level; in sec_set_protection_level()
573 conn->data_prot = PROT_CLEAR; in Curl_sec_end()
Dpingpong.c209 conn->data_prot = PROT_CMD; in Curl_pp_vsendf()
214 data_sec = conn->data_prot; in Curl_pp_vsendf()
216 conn->data_prot = data_sec; in Curl_pp_vsendf()
318 enum protection_level prot = conn->data_prot; in Curl_pp_readresp()
319 conn->data_prot = PROT_CLEAR; in Curl_pp_readresp()
328 conn->data_prot = prot; in Curl_pp_readresp()
Durldata.h965 enum protection_level data_prot; member
Dftp.c3951 enum protection_level data_sec = conn->data_prot; in Curl_ftpsend()
3973 conn->data_prot = PROT_CMD; in Curl_ftpsend()
3979 conn->data_prot = data_sec; in Curl_ftpsend()
Durl.c1628 conn->data_prot = PROT_CLEAR; in allocate_conn()