Searched refs:req_hdr (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/misc/ |
D | cros_ec_sandbox.c | 283 struct ec_host_request *req_hdr, const void *req_data, in process_cmd() argument 289 debug("EC command %#0x\n", req_hdr->command); in process_cmd() 291 switch (req_hdr->command) { in process_cmd() 463 printf(" ** Unknown EC command %#02x\n", req_hdr->command); in process_cmd() 474 struct ec_host_request *req_hdr = (struct ec_host_request *)dev->dout; in cros_ec_sandbox_packet() local 475 const void *req_data = req_hdr + 1; in cros_ec_sandbox_packet() 480 len = process_cmd(ec, req_hdr, req_data, resp_hdr, resp_data); in cros_ec_sandbox_packet()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ht.c | 110 static const char req_hdr[] = in OCSP_REQ_CTX_i2d() local 114 if (BIO_printf(rctx->mem, req_hdr, reqlen) <= 0) in OCSP_REQ_CTX_i2d()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius.h | 246 const struct radius_hdr *req_hdr);
|
D | radius.c | 441 const struct radius_hdr *req_hdr) in radius_msg_finish_das_resp() argument 457 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16); in radius_msg_finish_das_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius.h | 246 const struct radius_hdr *req_hdr);
|
D | radius.c | 441 const struct radius_hdr *req_hdr) in radius_msg_finish_das_resp() argument 457 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16); in radius_msg_finish_das_resp()
|