Searched refs:req (Results 176 - 200 of 663) sorted by relevance

1234567891011>>

/external/chromium_org/net/cert/
H A Dcert_verifier.h113 // Cancels the specified request. |req| is the handle returned by Verify().
115 virtual void CancelRequest(RequestHandle req) = 0;
/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-policy-certs.sh38 try openssl req \
48 -req -days 3650 \
59 try openssl req \
79 try openssl req \
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.h40 FT_Size_Request req,
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c111 struct drm_vmw_surface_create_req *req = &s_arg.req; local
125 req->flags = (uint32_t) flags;
126 req->scanout = false;
128 req->flags = (uint32_t) (flags & ~SVGA3D_SURFACE_HINT_SCANOUT);
129 req->scanout = true;
131 req->flags = (uint32_t) flags;
132 req->scanout = false;
134 req->format = (uint32_t) format;
135 req
260 struct drm_vmw_alloc_dmabuf_req *req = &arg.req; local
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.h40 FT_Size_Request req,
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c111 struct drm_vmw_surface_create_req *req = &s_arg.req; local
125 req->flags = (uint32_t) flags;
126 req->scanout = false;
128 req->flags = (uint32_t) (flags & ~SVGA3D_SURFACE_HINT_SCANOUT);
129 req->scanout = true;
131 req->flags = (uint32_t) flags;
132 req->scanout = false;
134 req->format = (uint32_t) format;
135 req
260 struct drm_vmw_alloc_dmabuf_req *req = &arg.req; local
[all...]
/external/openssl/android.testssl/
H A Dtestssl.sh30 reqcmd="adb shell /system/bin/openssl req"
54 echo "make a certificate request using 'req'"
61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
64 echo "make a user certificate request using 'req'"
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/openssl/patches/
H A Dtestssl.sh30 reqcmd="adb shell /system/bin/openssl req"
54 echo "make a certificate request using 'req'"
61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
64 echo "make a user certificate request using 'req'"
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.h40 FT_Size_Request req,
/external/wpa_supplicant_8/hs20/client/
H A Dest.c335 X509_REQ *req = NULL; local
381 req = X509_REQ_new();
382 if (req == NULL)
398 res = X509_REQ_set_subject_name(req,
411 !X509_REQ_set_subject_name(req, subj))
417 if (!X509_REQ_set_pubkey(req, pkey))
444 if (!X509_REQ_add_extensions(req, exts))
449 if (!X509_REQ_sign(req, pkey, EVP_sha256()))
457 X509_REQ_print(out, req);
476 X509_REQ_print_fp(f, req);
618 char *buf, *resp, *req, *req2; local
[all...]
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc654 OCSPRequestSession* req = ocsp_session->CreateRequest(http_protocol_variant, local
659 if (req) {
660 req->AddRef(); // Release in OCSPFree().
663 *pRequest = req;
672 OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request); local
674 req->SetPostData(http_data, http_data_len, http_content_type);
683 OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request); local
685 req->AddHeader(http_header_name, http_header_value);
689 // Sets response of |req| in the output parameters.
693 SECStatus OCSPSetResponse(OCSPRequestSession* req, argument
742 OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request); local
850 OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request); local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_web.c311 } req; local
330 req = GET_DEVICE_XML_FILE;
344 req = GET_SCPD_XML_FILE;
393 switch (req) {
685 static void web_connection_send_reply(struct http_request *req, argument
714 http_request_deinit(req);
787 http_request_send_and_deinit(req, buf);
791 static const char * web_get_action(struct http_request *req, argument
801 b = http_request_get_hdr_line(req, "SOAPAction:");
850 struct http_request *req,
848 web_connection_parse_post(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, struct http_request *req, const char *filename) argument
913 web_connection_parse_subscribe(struct upnp_wps_device_sm *sm, struct http_request *req, const char *filename) argument
1133 web_connection_parse_unsubscribe(struct upnp_wps_device_sm *sm, struct http_request *req, const char *filename) argument
1253 web_connection_unimplemented(struct http_request *req) argument
1269 web_connection_check_data(void *ctx, struct http_request *req) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c311 } req; local
330 req = GET_DEVICE_XML_FILE;
344 req = GET_SCPD_XML_FILE;
393 switch (req) {
685 static void web_connection_send_reply(struct http_request *req, argument
714 http_request_deinit(req);
787 http_request_send_and_deinit(req, buf);
791 static const char * web_get_action(struct http_request *req, argument
801 b = http_request_get_hdr_line(req, "SOAPAction:");
850 struct http_request *req,
848 web_connection_parse_post(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, struct http_request *req, const char *filename) argument
913 web_connection_parse_subscribe(struct upnp_wps_device_sm *sm, struct http_request *req, const char *filename) argument
1133 web_connection_parse_unsubscribe(struct upnp_wps_device_sm *sm, struct http_request *req, const char *filename) argument
1253 web_connection_unimplemented(struct http_request *req) argument
1269 web_connection_check_data(void *ctx, struct http_request *req) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c311 } req; local
330 req = GET_DEVICE_XML_FILE;
344 req = GET_SCPD_XML_FILE;
393 switch (req) {
685 static void web_connection_send_reply(struct http_request *req, argument
714 http_request_deinit(req);
787 http_request_send_and_deinit(req, buf);
791 static const char * web_get_action(struct http_request *req, argument
801 b = http_request_get_hdr_line(req, "SOAPAction:");
850 struct http_request *req,
848 web_connection_parse_post(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, struct http_request *req, const char *filename) argument
913 web_connection_parse_subscribe(struct upnp_wps_device_sm *sm, struct http_request *req, const char *filename) argument
1133 web_connection_parse_unsubscribe(struct upnp_wps_device_sm *sm, struct http_request *req, const char *filename) argument
1253 web_connection_unimplemented(struct http_request *req) argument
1269 web_connection_check_data(void *ctx, struct http_request *req) argument
[all...]
/external/iproute2/ip/
H A Dipaddress.c1055 } req; local
1072 memset(&req, 0, sizeof(req));
1074 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifaddrmsg));
1075 req.n.nlmsg_flags = NLM_F_REQUEST | flags;
1076 req.n.nlmsg_type = cmd;
1077 req.ifa.ifa_family = preferred_family;
1086 get_prefix(&peer, *argv, req.ifa.ifa_family);
1088 if (req.ifa.ifa_family == AF_UNSPEC)
1089 req
[all...]
H A Dipntable.c69 } req; local
77 memset(&req, 0, sizeof(req));
79 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndtmsg));
80 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
81 req.n.nlmsg_type = cmd;
83 req.ndtm.ndtm_family = preferred_family;
84 req.ndtm.ndtm_pad1 = 0;
85 req.ndtm.ndtm_pad2 = 0;
102 addattr_l(&req
[all...]
/external/libpcap/
H A Dpcap-dlpi.c837 dl_attach_req_t req; local
841 req.dl_primitive = DL_ATTACH_REQ;
842 req.dl_ppa = ppa;
843 if (send_request(fd, (char *)&req, sizeof(req), "attach", ebuf) < 0)
908 dl_promiscon_req_t req; local
912 req.dl_primitive = DL_PROMISCON_REQ;
913 req.dl_level = level;
914 if (send_request(p->fd, (char *)&req, sizeof(req), "promisco
1273 dl_bind_req_t req; local
1307 dl_info_req_t req; local
1329 dl_passive_req_t req; local
1451 dl_hp_ppa_req_t req; local
[all...]
H A Dpcap-snf.c115 struct snf_recv_req req; local
134 err = snf_ring_recv(ps->snf_ring, ps->snf_timeout, &req);
148 caplen = req.length;
153 bpf_filter(p->fcode.bf_insns, req.pkt_addr, req.length, caplen)) {
154 hdr.ts = snf_timestamp_to_timeval(req.timestamp);
156 hdr.len = req.length;
157 callback(user, &hdr, req.pkt_addr);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_basic.cc42 int IrtNanoSleep(const struct nacl_abi_timespec* req, argument
45 NaClAbiTimeSpecToTimeSpec(*req, &host_req);
/external/chromium_org/content/test/data/indexeddb/
H A Dcursor_prefetch.js34 var req = store.put(i, i);
35 req.onerror = unexpectedErrorCallback;
304 var req = store.openCursor();
305 req.onerror = unexpectedErrorCallback;
306 req.onsuccess = cursor2func;
338 var req = store.openCursor();
339 req.onerror = unexpectedErrorCallback;
340 req.onsuccess = cursor1func;
/external/chromium_org/net/dns/
H A Dmapped_host_resolver.cc46 void MappedHostResolver::CancelRequest(RequestHandle req) { argument
47 impl_->CancelRequest(req);
/external/libnl/lib/fib_lookup/
H A Dlookup.c193 * @arg req Requested match.
208 int flnl_lookup_build_request(struct flnl_request *req, int flags, argument
217 fwmark = flnl_request_get_fwmark(req);
218 tos = flnl_request_get_tos(req);
219 scope = flnl_request_get_scope(req);
220 table = flnl_request_get_table(req);
227 addr = flnl_request_get_addr(req);
251 * @arg req Lookup request object.
259 int flnl_lookup(struct nl_sock *sk, struct flnl_request *req, argument
265 if ((err = flnl_lookup_build_request(req,
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_ht.c121 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req) argument
126 if (BIO_printf(rctx->mem, req_hdr, i2d_OCSP_REQUEST(req, NULL)) <= 0)
128 if (i2d_OCSP_REQUEST_bio(rctx->mem, req) <= 0)
154 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, char *path, OCSP_REQUEST *req, argument
180 if (req && !OCSP_REQ_CTX_set1_req(rctx, req))
490 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req) argument
496 ctx = OCSP_sendreq_new(b, path, req, -1);
/external/lzma/Asm/x86/
H A DAesOpt.asm21 MY_PROLOG macro reg:req
63 LOAD_OP macro op:req, offs:req
67 LOAD_OP_W macro op:req, offs:req
81 DECODE macro op:req
133 ENCODE macro op:req
/external/pixman/pixman/
H A Dpixman-android-neon.S217 OUT .req r0
218 TOP .req r1
219 BOTTOM .req r2
220 WT .req r3
221 WB .req r4
222 X .req r5
223 UX .req r6
224 WIDTH .req ip
225 TMP1 .req r3
226 TMP2 .req r
[all...]

Completed in 600 milliseconds

1234567891011>>