/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
D | TestHttpResponseTest.java | 19 HttpResponse resp = in shouldSupportGetFirstHeader() local 33 HttpResponse resp = in shouldSupportGetLastHeader() local 47 HttpResponse resp = in shouldSupportContainsHeader() local 57 HttpResponse resp = in shouldSupportHeaderIterator() local 72 HttpResponse resp = in shouldSupportHeaderIteratorWithArg() local 90 HttpResponse resp = in shouldSupportGetHeadersWithArg() local
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
D | OCSPResp.java | 26 private OCSPResponse resp; field in OCSPResp 29 OCSPResponse resp) in OCSPResp() 35 byte[] resp) in OCSPResp() 42 InputStream resp) in OCSPResp()
|
D | SingleResp.java | 16 private SingleResponse resp; field in SingleResp 20 SingleResponse resp) in SingleResp()
|
D | BasicOCSPResp.java | 36 private BasicOCSPResponse resp; field in BasicOCSPResp 41 BasicOCSPResponse resp) in BasicOCSPResp()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant_sd.c | 183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_empty() 202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_proto_not_avail() 210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_bad_request() 217 static void wpas_sd_add_not_found(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_not_found() 226 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_bonjour() 289 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_bonjour() 360 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_upnp() 396 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_upnp() 478 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_wfd() 558 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_asp() [all …]
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_ttls.c | 243 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, in eap_ttls_avp_encapsulate() 337 struct wpabuf **resp) in eap_ttls_phase2_eap_process() 363 u8 method, struct wpabuf **resp) in eap_ttls_phase2_request_eap_method() 435 struct wpabuf **resp) in eap_ttls_phase2_request_eap() 477 struct wpabuf **resp) in eap_ttls_phase2_request_mschapv2() 572 struct wpabuf **resp) in eap_ttls_phase2_request_mschap() 659 struct wpabuf **resp) in eap_ttls_phase2_request_pap() 713 struct wpabuf **resp) in eap_ttls_phase2_request_chap() 795 struct wpabuf **resp) in eap_ttls_phase2_request() 1048 struct wpabuf *resp, u8 identifier, in eap_ttls_encrypt_response() [all …]
|
D | eap_pax.c | 97 struct wpabuf *resp; in eap_pax_alloc_resp() local 121 struct wpabuf *resp; in eap_pax_process_std_1() local 237 struct wpabuf *resp; in eap_pax_process_std_3() local 332 struct wpabuf *resp; in eap_pax_process() local
|
D | eap_eke.c | 200 struct wpabuf *resp; in eap_eke_build_fail() local 227 struct wpabuf *resp; in eap_eke_process_id() local 361 struct wpabuf *resp; in eap_eke_process_commit() local 507 struct wpabuf *resp; in eap_eke_process_confirm() local 654 struct wpabuf *resp; in eap_eke_process() local
|
D | eap_sake.c | 149 struct wpabuf *resp; in eap_sake_process_identity() local 192 struct wpabuf *resp; in eap_sake_process_challenge() local 293 struct wpabuf *resp; in eap_sake_process_confirm() local 365 struct wpabuf *resp; in eap_sake_process() local
|
D | eap_gpsk.c | 283 struct wpabuf *resp; in eap_gpsk_process_gpsk_1() local 320 struct wpabuf *resp; in eap_gpsk_send_gpsk_2() local 590 struct wpabuf *resp; in eap_gpsk_process_gpsk_3() local 633 struct wpabuf *resp; in eap_gpsk_send_gpsk_4() local 670 struct wpabuf *resp; in eap_gpsk_process() local
|
D | eap_psk.c | 89 struct wpabuf *resp; in eap_psk_process_1() local 184 struct wpabuf *resp; in eap_psk_process_3() local 377 struct wpabuf *resp = NULL; in eap_psk_process() local
|
D | eap_fast.c | 419 struct wpabuf **resp) in eap_fast_phase2_request() 563 struct wpabuf *resp = NULL; in eap_fast_process_eap_payload_tlv() local 757 struct wpabuf *resp; in eap_fast_process_crypto_binding() local 1087 struct wpabuf **resp) in eap_fast_parse_decrypted() 1138 struct wpabuf *resp, in eap_fast_encrypt_response() 1183 struct wpabuf *resp = NULL, *tmp; in eap_fast_process_decrypted() local 1534 struct wpabuf *resp; in eap_fast_process() local
|
/external/libbrillo/brillo/http/ |
D | http_request_unittest.cc | 144 auto resp = request.GetResponseAndBlock(nullptr); in TEST_F() local 160 [this, &resp_data](RequestID request_id, std::unique_ptr<Response> resp) { in TEST_F() 186 std::unique_ptr<Response> resp{new Response{connection_}}; in TEST_F() local
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_ocsp.c | 113 const u8 *resp, size_t len, in tls_process_ocsp_single_response() 320 struct x509_certificate *issuer, const u8 *resp, in tls_process_ocsp_responses() 355 const u8 *resp, size_t len) in tls_process_basic_ocsp_response() 680 const u8 *resp, size_t len) in tls_process_ocsp_response()
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | est.php | 67 $resp = md5($A1 . ':' . $data['nonce'] . ':' . $data['nc'] . ':' . variable 189 $resp = wordwrap(base64_encode($data), 72, "\n", true); variable
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.c | 589 static int sim_req_auth(char *imsi, char *resp, size_t resp_len) in sim_req_auth() 662 static int gsm_auth_req(char *imsi, char *resp, size_t resp_len) in gsm_auth_req() 734 static int aka_req_auth(char *imsi, char *resp, size_t resp_len) in aka_req_auth() 811 static int aka_auts(char *imsi, char *resp, size_t resp_len) in aka_auts() 866 static int process_cmd(char *cmd, char *resp, size_t resp_len) in process_cmd() 887 char buf[1000], resp[1000]; in process() local
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
D | errors.py | 38 def __init__(self, resp, content, uri=None): argument 112 def __init__(self, reason, resp=None, content=None): argument
|
D | model.py | 70 def response(self, resp, content): argument 176 def _log_response(self, resp, content): argument 186 def response(self, resp, content): argument
|
/external/selinux/policycoreutils/sepolicy/ |
D | selinux_client.py | 41 resp = dbus_proxy.customized() variable
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_mschapv2.c | 243 struct eap_mschapv2_hdr *resp; in eap_mschapv2_check() local 285 struct eap_mschapv2_hdr *resp; in eap_mschapv2_process_response() local 456 struct eap_mschapv2_hdr *resp; in eap_mschapv2_process_success_resp() local 483 struct eap_mschapv2_hdr *resp; in eap_mschapv2_process_failure_resp() local
|
/external/libbrillo/brillo/dbus/ |
D | dbus_method_invoker.cc | 11 dbus::ErrorResponse* resp) { in TranslateErrorResponse()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AndroidHttpClientTest.java | 38 HttpResponse resp = client.execute(new HttpGet("/foo")); in testExecute() local
|
/external/elfutils/lib/ |
D | crc32_file.c | 40 crc32_file (int fd, uint32_t *resp) in crc32_file()
|
/external/autotest/client/tests/kvm/tests/ |
D | qmp_basic.py | 93 def check_success_resp(resp, empty=False): argument 106 def check_error_resp(resp, classname=None, datadict=None): argument
|
D | qmp_basic_rhel6.py | 94 def check_success_resp(resp, empty=False): argument 107 def check_error_resp(resp, classname=None, datadict=None): argument
|