Home
last modified time | relevance | path

Searched refs:serial (Results 251 - 275 of 1679) sorted by relevance

1...<<11121314151617181920>>...68

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509cset.c56 * sort the data so it will be written in serial number order in X509_CRL_sort()
162 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial) in X509_REVOKED_set_serialNumber() argument
169 if (in != serial) in X509_REVOKED_set_serialNumber()
170 return ASN1_STRING_copy(in, serial); in X509_REVOKED_set_serialNumber()
H A Dx_crl.c30 X509_REVOKED **ret, const ASN1_INTEGER *serial,
382 X509_REVOKED **ret, const ASN1_INTEGER *serial)
385 return crl->meth->crl_lookup(crl, ret, serial, NULL);
433 X509_REVOKED **ret, const ASN1_INTEGER *serial,
443 * Sort revoked into serial number order if not already sorted. Do this
452 rtmp.serialNumber = *serial;
459 if (ASN1_INTEGER_cmp(&rev->serialNumber, serial))
/third_party/openssl/crypto/x509/
H A Dx509cset.c56 * sort the data so it will be written in serial number order in X509_CRL_sort()
162 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial) in X509_REVOKED_set_serialNumber() argument
169 if (in != serial) in X509_REVOKED_set_serialNumber()
170 return ASN1_STRING_copy(in, serial); in X509_REVOKED_set_serialNumber()
H A Dx_crl.c30 X509_REVOKED **ret, const ASN1_INTEGER *serial,
382 X509_REVOKED **ret, const ASN1_INTEGER *serial)
385 return crl->meth->crl_lookup(crl, ret, serial, NULL);
433 X509_REVOKED **ret, const ASN1_INTEGER *serial,
443 * Sort revoked into serial number order if not already sorted. Do this
452 rtmp.serialNumber = *serial;
459 if (ASN1_INTEGER_cmp(&rev->serialNumber, serial))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.h64 // Finish queue commands up to given serial value, process garbage
94 void initFinishToSerial(Serial serial);
123 void setQueueSerial(Serial serial) { mSerial = serial; } in setQueueSerial() argument
201 Serial serial; member
279 // Wait until the desired serial has been completed.
309 Serial serial,
314 // the last completed serial, for example for when the application busy waits on a query
376 Serial serial,
417 bool allInFlightCommandsAreAfterSerial(Serial serial);
[all...]
/third_party/skia/dm/
H A DDMSrcSink.h102 virtual bool serial() const { return false; } in serial() function
120 virtual bool serial() const { return false; } in serial() function
173 bool serial() const override { return fRunSerially; }
191 bool serial() const override { return fRunSerially; }
240 bool serial() const override { return fRunSerially; }
399 bool serial() const override { return true; }
609 bool serial() const override { return fSink->serial(); }
/kernel/linux/linux-5.10/drivers/hid/
H A Dwacom_sys.c100 if (wacom_wac->serial[0] || !(features->quirks & WACOM_QUIRK_TOOLSERIAL)) in wacom_wac_pen_serial_enforce()
103 /* Queue events which have invalid tool type or serial number */ in wacom_wac_pen_serial_enforce()
131 wacom_wac->serial[0] = value; in wacom_wac_pen_serial_enforce()
135 wacom_wac->serial[0] |= ((__u64)value) << 32; in wacom_wac_pen_serial_enforce()
258 * report serial number information compared to their branded in wacom_hid_usage_quirk()
1896 static int wacom_remote_create_attr_group(struct wacom *wacom, __u32 serial, in wacom_remote_create_attr_group() argument
1904 "%d", serial); in wacom_remote_create_attr_group()
2036 remote->remotes[i].serial = 0; in wacom_initialize_remotes()
2570 u32 serial = remote->remotes[index].serial; in wacom_remote_destroy_one() local
2594 wacom_remote_create_one(struct wacom *wacom, u32 serial, unsigned int index) wacom_remote_create_one() argument
2695 u32 serial; wacom_remote_work() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffplay.c116 int serial; member
125 int serial; member
148 int serial; /* clock is based on a packet with this serial */ member
150 int *queue_serial; /* pointer to the current packet queue serial, used for obsolete clock detection */
157 int serial; member
426 pkt1.serial = q->serial; in packet_queue_put_private()
498 q->serial++; in packet_queue_flush()
525 q->serial in packet_queue_start()
530 packet_queue_get(PacketQueue *q, AVPacket *pkt, int block, int *serial) packet_queue_get() argument
1375 set_clock_at(Clock *c, double pts, int serial, double time) set_clock_at() argument
1383 set_clock(Clock *c, double pts, int serial) set_clock() argument
1556 update_video_pts(VideoState *is, double pts, int64_t pos, int serial) update_video_pts() argument
1732 queue_picture(VideoState *is, AVFrame *src_frame, double pts, double duration, int64_t pos, int serial) queue_picture() argument
[all...]
/kernel/linux/linux-5.10/arch/xtensa/platforms/xt2000/
H A Dsetup.c24 #include <linux/serial.h>
31 #include <platform/serial.h>
/kernel/linux/linux-5.10/include/linux/
H A Dpadata.h32 * @info: Used to pass information from the parallel to the serial function.
34 * @serial: Serial complete function.
43 void (*serial)(struct padata_priv *padata); member
58 * struct padata_serial_queue - The percpu padata serial queue
60 * @serial: List to wait for serialization after reordering.
65 struct padata_list serial; member
71 * struct padata_cpumask - The cpumasks for the parallel/serial workers
74 * @cbcpu: cpumask for the serial (callback) workers.
92 * @cpumask: The cpumasks in use for parallel and serial workers.
157 * @serial_wq: The workqueue used for serial wor
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dpadata.h32 * @info: Used to pass information from the parallel to the serial function.
34 * @serial: Serial complete function.
43 void (*serial)(struct padata_priv *padata); member
58 * struct padata_serial_queue - The percpu padata serial queue
60 * @serial: List to wait for serialization after reordering.
65 struct padata_list serial; member
71 * struct padata_cpumask - The cpumasks for the parallel/serial workers
74 * @cbcpu: cpumask for the serial (callback) workers.
92 * @cpumask: The cpumasks in use for parallel and serial workers.
157 * @serial_wq: The workqueue used for serial wor
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/config/
H A Dconfig_manager.py43 if sub.text is not None and sub.tag != "serial":
53 for serial in node.findall("serial"):
55 for sub in serial:
/third_party/python/Lib/test/
H A Dtest___future__.py36 (major, minor, micro, level, serial) = t
44 a(isinstance(serial, int), "%s serial isn't int" % name)
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DQueue.cpp44 uint64_t serial = mOnWorkDoneRequests.Add({callback, userdata}); in OnSubmittedWorkDone() local
49 cmd.requestSerial = serial; in OnSubmittedWorkDone()
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H A DtcuLnxWayland.hpp115 static void handlePing (void* data, struct xdg_wm_base* shellSurface, uint32_t serial);
116 static void handleConfigure (void* data, struct xdg_surface* shellSurface, uint32_t serial);
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_shader.c209 uint32_t serial, in rbug_send_shader_list_reply()
220 LEN(4); /* serial */ in rbug_send_shader_list_reply()
232 WRITE(4, uint32_t, serial); /* serial */ in rbug_send_shader_list_reply()
251 uint32_t serial, in rbug_send_shader_info_reply()
265 LEN(4); /* serial */ in rbug_send_shader_info_reply()
279 WRITE(4, uint32_t, serial); /* serial */ in rbug_send_shader_info_reply()
434 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_shader_list_reply()
208 rbug_send_shader_list_reply(struct rbug_connection *__con, uint32_t serial, rbug_shader_t *shaders, uint32_t shaders_len, uint32_t *__serial) rbug_send_shader_list_reply() argument
250 rbug_send_shader_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t *original, uint32_t original_len, uint32_t *replaced, uint32_t replaced_len, uint8_t disabled, uint32_t *__serial) rbug_send_shader_info_reply() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcmp_mock_srv.c219 const ASN1_INTEGER *serial = X509_get0_serialNumber(ctx->certOut); in process_cert_request() local
230 if (serial != NULL in process_cert_request()
231 && ASN1_INTEGER_cmp(serial, in process_cert_request()
265 const ASN1_INTEGER *serial) in process_rr()
279 /* Allow any RR derived from CSR, which may include subject and serial */ in process_rr()
280 if (issuer == NULL || serial == NULL) in process_rr()
285 || ASN1_INTEGER_cmp(serial, in process_rr()
262 process_rr(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *rr, const X509_NAME *issuer, const ASN1_INTEGER *serial) process_rr() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c49 {"issuer", OPT_CRITERION_ISSUER, 's', "Search by issuer and serial, issuer name"},
50 {"serial", OPT_CRITERION_SERIAL, 's', "Search by issuer and serial, serial number"},
82 ASN1_INTEGER *serial = NULL; in storeutl_main() local
189 if (serial != NULL) { in storeutl_main()
190 BIO_printf(bio_err, "%s: serial number already given.\n", in storeutl_main()
194 if ((serial = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL) { in storeutl_main()
195 BIO_printf(bio_err, "%s: can't parse serial number argument.\n", in storeutl_main()
278 if (issuer == NULL || serial in storeutl_main()
[all...]
/third_party/openssl/apps/
H A Dstoreutl.c49 {"issuer", OPT_CRITERION_ISSUER, 's', "Search by issuer and serial, issuer name"},
50 {"serial", OPT_CRITERION_SERIAL, 's', "Search by issuer and serial, serial number"},
82 ASN1_INTEGER *serial = NULL; in storeutl_main() local
189 if (serial != NULL) { in storeutl_main()
190 BIO_printf(bio_err, "%s: serial number already given.\n", in storeutl_main()
194 if ((serial = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL) { in storeutl_main()
195 BIO_printf(bio_err, "%s: can't parse serial number argument.\n", in storeutl_main()
278 if (issuer == NULL || serial in storeutl_main()
[all...]
/third_party/openssl/apps/lib/
H A Dcmp_mock_srv.c219 const ASN1_INTEGER *serial = X509_get0_serialNumber(ctx->certOut); in process_cert_request() local
230 if (serial != NULL in process_cert_request()
231 && ASN1_INTEGER_cmp(serial, in process_cert_request()
265 const ASN1_INTEGER *serial) in process_rr()
279 /* Allow any RR derived from CSR, which may include subject and serial */ in process_rr()
280 if (issuer == NULL || serial == NULL) in process_rr()
285 || ASN1_INTEGER_cmp(serial, in process_rr()
262 process_rr(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *rr, const X509_NAME *issuer, const ASN1_INTEGER *serial) process_rr() argument
/third_party/glfw/src/
H A Dwl_window.c625 uint32_t serial) in xdgSurfaceHandleConfigure()
629 xdg_surface_ack_configure(surface, serial); in xdgSurfaceHandleConfigure()
1366 uint32_t serial, in pointerHandleEnter()
1380 _glfw.wl.serial = serial; in pointerHandleEnter()
1381 _glfw.wl.pointerEnterSerial = serial; in pointerHandleEnter()
1399 uint32_t serial, in pointerHandleLeave()
1412 _glfw.wl.serial = serial; in pointerHandleLeave()
1532 uint32_t serial, in pointerHandleButton()
623 xdgSurfaceHandleConfigure(void* userData, struct xdg_surface* surface, uint32_t serial) xdgSurfaceHandleConfigure() argument
1364 pointerHandleEnter(void* userData, struct wl_pointer* pointer, uint32_t serial, struct wl_surface* surface, wl_fixed_t sx, wl_fixed_t sy) pointerHandleEnter() argument
1397 pointerHandleLeave(void* userData, struct wl_pointer* pointer, uint32_t serial, struct wl_surface* surface) pointerHandleLeave() argument
1530 pointerHandleButton(void* userData, struct wl_pointer* pointer, uint32_t serial, uint32_t time, uint32_t button, uint32_t state) pointerHandleButton() argument
1725 keyboardHandleEnter(void* userData, struct wl_keyboard* keyboard, uint32_t serial, struct wl_surface* surface, struct wl_array* keys) keyboardHandleEnter() argument
1747 keyboardHandleLeave(void* userData, struct wl_keyboard* keyboard, uint32_t serial, struct wl_surface* surface) keyboardHandleLeave() argument
1765 keyboardHandleKey(void* userData, struct wl_keyboard* keyboard, uint32_t serial, uint32_t time, uint32_t scancode, uint32_t state) keyboardHandleKey() argument
1810 keyboardHandleModifiers(void* userData, struct wl_keyboard* keyboard, uint32_t serial, uint32_t modsDepressed, uint32_t modsLatched, uint32_t modsLocked, uint32_t group) keyboardHandleModifiers() argument
1962 dataDeviceHandleEnter(void* userData, struct wl_data_device* device, uint32_t serial, struct wl_surface* surface, wl_fixed_t x, wl_fixed_t y, struct wl_data_offer* offer) dataDeviceHandleEnter() argument
[all...]
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp218 NETSTACK_LOGE("Failed to set serial number"); in AnalysisCertificate()
292 ASN1_INTEGER *serial = X509_get_serialNumber(x509); in SetSerialNumber() local
293 if (!serial) { in SetSerialNumber()
294 NETSTACK_LOGE("Failed to get serial number"); in SetSerialNumber()
297 if (!serial->length) { in SetSerialNumber()
301 BIGNUM *bn = ASN1_INTEGER_to_BN(serial, nullptr); in SetSerialNumber()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c129 GEM_BUG_ON(READ_ONCE(engine->serial) != engine->wakeref_serial); in __live_idle_pulse()
223 engine->serial++; /* quick, pretend we are not idle! */ in __live_heartbeat_fast()
298 engine->serial++; in __live_heartbeat_off()
311 engine->serial++; in __live_heartbeat_off()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dlg-vl600.c39 __le32 serial; member
236 static uint32_t serial = 1; in vl600_tx_fixup() local
292 frame->serial = cpu_to_le32(serial++); in vl600_tx_fixup()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dsafe_serial.c53 * turned of the module works as a simple serial device with NO
73 #include <linux/usb/serial.h>
259 static int safe_startup(struct usb_serial *serial) in safe_startup() argument
263 if (serial->dev->descriptor.bDeviceClass != CDC_DEVICE_CLASS) in safe_startup()
266 desc = &serial->interface->cur_altsetting->desc; in safe_startup()

Completed in 22 milliseconds

1...<<11121314151617181920>>...68