Home
last modified time | relevance | path

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

/external/autotest/cli/
Dchange_protection_level.py16 protection_level = leftover_args[0] variable
25 afe_proxy.run('modify_host', host['id'], protection=protection_level)
/external/curl/lib/
Dsecurity.c70 enum protection_level level;
79 static enum protection_level
283 enum protection_level prot_level = conn->data_prot; in do_sec_send()
360 enum protection_level level) in Curl_sec_read_msg()
421 enum protection_level level = conn->request_data_prot; in sec_set_protection_level()
476 enum protection_level l = name_to_level(level); in Curl_sec_request_prot()
Dcurl_sec.h43 enum protection_level);
Durldata.h171 enum protection_level { enum
939 enum protection_level command_prot;
940 enum protection_level data_prot;
941 enum protection_level request_data_prot;
Dpingpong.c174 enum protection_level data_sec; in Curl_pp_vsendf()
318 enum protection_level prot = conn->data_prot; in Curl_pp_readresp()
Dftp.c3959 enum protection_level data_sec = conn->data_prot; in Curl_ftpsend()
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc83 float protection_level; member
624 code_params_[code_index].protection_level = in SetCodeParams()
847 float protection_level = code_params_[code_index].protection_level; in TEST_F() local
850 loss_rate <= protection_level) { in TEST_F()
912 float protection_level1 = code_params_[code_index1].protection_level; in TEST_F()
916 float protection_level2 = code_params_[code_index2].protection_level; in TEST_F()