Home
last modified time | relevance | path

Searched refs:serial (Results 51 - 75 of 678) sorted by relevance

12345678910>>...28

/third_party/node/deps/openssl/openssl/crypto/ess/
H A Dess_lib.c71 /* Setting the issuer/serial if requested. */ in ESS_CERT_ID_new_init()
86 ASN1_INTEGER_free(cid->issuer_serial->serial); in ESS_CERT_ID_new_init()
87 if ((cid->issuer_serial->serial = in ESS_CERT_ID_new_init()
183 ASN1_INTEGER_free(cid->issuer_serial->serial); in ESS_CERT_ID_V2_new_init()
184 cid->issuer_serial->serial = ASN1_INTEGER_dup(X509_get0_serialNumber(cert)); in ESS_CERT_ID_V2_new_init()
185 if (cid->issuer_serial->serial == NULL) in ESS_CERT_ID_V2_new_init()
209 return ASN1_INTEGER_cmp(is->serial, X509_get0_serialNumber(cert)); in ess_issuer_serial_cmp()
267 /* Well, it's not really required to match the serial numbers. */ in find()
/third_party/openssl/crypto/ess/
H A Dess_lib.c71 /* Setting the issuer/serial if requested. */ in ESS_CERT_ID_new_init()
86 ASN1_INTEGER_free(cid->issuer_serial->serial); in ESS_CERT_ID_new_init()
87 if ((cid->issuer_serial->serial = in ESS_CERT_ID_new_init()
183 ASN1_INTEGER_free(cid->issuer_serial->serial); in ESS_CERT_ID_V2_new_init()
184 cid->issuer_serial->serial = ASN1_INTEGER_dup(X509_get0_serialNumber(cert)); in ESS_CERT_ID_V2_new_init()
185 if (cid->issuer_serial->serial == NULL) in ESS_CERT_ID_V2_new_init()
209 return ASN1_INTEGER_cmp(is->serial, X509_get0_serialNumber(cert)); in ess_issuer_serial_cmp()
267 /* Well, it's not really required to match the serial numbers. */ in find()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DDevice.cpp149 uint64_t serial = mErrorScopes.Add({callback, userdata}); in PopErrorScope() local
153 cmd.requestSerial = serial; in PopErrorScope()
241 uint64_t serial = mCreatePipelineAsyncRequests.Add(std::move(request)); in CreateComputePipelineAsync() local
246 cmd.requestSerial = serial; in CreateComputePipelineAsync()
292 uint64_t serial = mCreatePipelineAsyncRequests.Add(std::move(request)); in CreateRenderPipelineAsync() local
297 cmd.requestSerial = serial; in CreateRenderPipelineAsync()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DResourceVk.cpp20 angle::Result FinishRunningCommands(ContextVk *contextVk, Serial serial) in FinishRunningCommands() argument
22 return contextVk->finishToSerial(serial); in FinishRunningCommands()
196 void ResourceUseList::releaseResourceUsesAndUpdateSerials(Serial serial) in releaseResourceUsesAndUpdateSerials() argument
200 use.releaseAndUpdateSerial(serial); in releaseResourceUsesAndUpdateSerials()
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H A DtcuLnxWayland.cpp226 void Window::handlePing (void* data, struct xdg_wm_base* shell, uint32_t serial) in handlePing() argument
229 xdg_wm_base_pong(shell, serial); in handlePing()
232 void Window::handleConfigure (void* data, struct xdg_surface* xdgSurface, uint32_t serial) in handleConfigure() argument
237 xdg_surface_ack_configure(xdgSurface, serial); in handleConfigure()
/third_party/eudev/src/ata_id/
H A Data_id.c2 * ata_id - reads product/serial number from ATA drives
424 char serial[21]; in main() local
479 disk_identify_fixup_string(identify.byte, 10, 20); /* serial */ in main()
515 util_replace_whitespace((char *) id.serial_no, serial, 20); in main()
516 util_replace_chars(serial, NULL); in main()
550 if (serial[0] != '\0') { in main()
551 printf("ID_SERIAL=%s_%s\n", model, serial); in main()
552 printf("ID_SERIAL_SHORT=%s\n", serial); in main()
673 if (serial[0] != '\0') in main()
674 printf("%s_%s\n", model, serial); in main()
[all...]
/third_party/mbedtls/library/
H A Dx509write_crt.c94 const mbedtls_mpi *serial) in mbedtls_x509write_crt_set_serial()
100 tmp_len = mbedtls_mpi_size(serial); in mbedtls_x509write_crt_set_serial()
107 ret = mbedtls_mpi_write_binary(serial, ctx->serial, tmp_len); in mbedtls_x509write_crt_set_serial()
117 unsigned char *serial, size_t serial_len) in mbedtls_x509write_crt_set_serial_raw()
124 memcpy(ctx->serial, serial, serial_len); in mbedtls_x509write_crt_set_serial_raw()
546 * - "ctx->serial_len" bytes for the raw serial buffer in mbedtls_x509write_crt_der()
547 * - if MSb of "serial" is 1, then prepend an extra 0x00 byte in mbedtls_x509write_crt_der()
552 ctx->serial, ct in mbedtls_x509write_crt_der()
93 mbedtls_x509write_crt_set_serial(mbedtls_x509write_cert *ctx, const mbedtls_mpi *serial) mbedtls_x509write_crt_set_serial() argument
116 mbedtls_x509write_crt_set_serial_raw(mbedtls_x509write_cert *ctx, unsigned char *serial, size_t serial_len) mbedtls_x509write_crt_set_serial_raw() argument
[all...]
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dgoogle-power-relay.py4 import serial namespace
16 ser = serial.Serial('/dev/ttyACM0', 115200, timeout=2)
/third_party/mbedtls/programs/x509/
H A Dcert_write.c105 " serial=%%s default: 1\n" \
112 " alternative to serial\n" \
191 const char *serial; /* serial number string (decimal) */ member
192 const char *serial_hex; /* serial number string (hex) */
308 unsigned char serial[MBEDTLS_X509_RFC5280_MAX_SERIAL_LEN]; in main() local
330 memset(serial, 0, sizeof(serial)); in main()
358 opt.serial = DFL_SERIAL; in main()
404 } else if (strcmp(p, "serial") in main()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.c241 uint32_t serial, in rbug_send_texture_list_reply()
252 LEN(4); /* serial */ in rbug_send_texture_list_reply()
264 WRITE(4, uint32_t, serial); /* serial */ in rbug_send_texture_list_reply()
283 uint32_t serial, in rbug_send_texture_info_reply()
308 LEN(4); /* serial */ in rbug_send_texture_info_reply()
335 WRITE(4, uint32_t, serial); /* serial */ in rbug_send_texture_info_reply()
364 uint32_t serial, in rbug_send_texture_read_reply()
380 LEN(4); /* serial */ in rbug_send_texture_read_reply()
240 rbug_send_texture_list_reply(struct rbug_connection *__con, uint32_t serial, rbug_texture_t *textures, uint32_t textures_len, uint32_t *__serial) rbug_send_texture_list_reply() argument
282 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint16_t *h16, uint32_t height_len, uint16_t *d16, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) rbug_send_texture_info_reply() argument
363 rbug_send_texture_read_reply(struct rbug_connection *__con, uint32_t serial, uint32_t format, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) rbug_send_texture_read_reply() argument
[all...]
/test/xts/tools/others/query/src/
H A DQueryMainStandard.cpp159 const char *serial = GetSerial(); in main() local
160 if (serial != nullptr) { in main()
161 printf("serial = %s\n", serial); in main()
163 printf("serial = nullptr\n"); in main()
/test/xts/tools/lite/others/query/src/
H A DQueryMainSmall.cpp164 const char *serial = GetSerial(); in main() local
165 if (serial != nullptr) { in main()
166 printf("serial = %s\n", serial); in main()
168 printf("serial = nullptr\n"); in main()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandRecordingContext.cpp86 void CommandRecordingContext::TrackHeapUsage(Heap* heap, ExecutionSerial serial) { in TrackHeapUsage() argument
87 // Before tracking the heap, check the last serial it was recorded on to ensure we aren't in TrackHeapUsage()
89 if (heap->GetLastUsage() < serial) { in TrackHeapUsage()
90 heap->SetLastUsage(serial); in TrackHeapUsage()
H A DPageableD3D12.h36 // We set mLastRecordingSerial to denote the serial this pageable was last recorded to be
37 // used. We must check this serial against the current serial when recording usages to
40 void SetLastUsage(ExecutionSerial serial);
42 // The residency manager must know the last serial that any portion of the pageable was
44 // least until that serial has completed.
46 void SetLastSubmission(ExecutionSerial serial);
/third_party/rust/crates/rustix/tests/process/
H A Dwait.rs3 use serial_test::serial;
11 #[serial]
/test/testfwk/developer_test/src/core/
H A Dutils.py66 def get_device_log_file(report_path, serial=None, log_name="device_log"):
70 serial = serial or time.time_ns()
71 device_file_name = "{}_{}.log".format(log_name, serial)
/third_party/icu/icu4c/source/common/
H A Drbbinode.cpp114 // printf("deleting node %8x serial %4d\n", this, this->fSerialNum); in ~RBBINode()
289 static int32_t serial(const RBBINode *node) { in serial() function
320 serial(node->fLeftChild), serial(node->fRightChild), serial(node->fParent), in printNode()
345 RBBIDebugPrintf(" Address serial type LeftChild RightChild Parent position value\n"); in printNodeHeader()
/third_party/node/deps/icu-small/source/common/
H A Drbbinode.cpp114 // printf("deleting node %8x serial %4d\n", this, this->fSerialNum); in ~RBBINode()
289 static int32_t serial(const RBBINode *node) { in serial() function
320 serial(node->fLeftChild), serial(node->fRightChild), serial(node->fParent), in printNode()
345 RBBIDebugPrintf(" Address serial type LeftChild RightChild Parent position value\n"); in printNodeHeader()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Df_generic.c21 void gf_serialize(uint8_t *serial, const gf x, int with_hibit) in gf_serialize() argument
39 serial[i] = (uint8_t)buffer; in gf_serialize()
66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, in gf_deserialize() argument
80 sj = serial[j]; in gf_deserialize()
/third_party/openssl/crypto/ec/curve448/
H A Df_generic.c21 void gf_serialize(uint8_t *serial, const gf x, int with_hibit) in gf_serialize() argument
39 serial[i] = (uint8_t)buffer; in gf_serialize()
66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, in gf_deserialize() argument
80 sj = serial[j]; in gf_deserialize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDescriptorSetAllocator.cpp112 const ExecutionSerial serial = device->GetPendingCommandSerial(); in Deallocate() local
114 serial); in Deallocate()
116 if (mLastDeallocationSerial != serial) { in Deallocate()
118 mLastDeallocationSerial = serial; in Deallocate()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbinode.cpp114 // printf("deleting node %8x serial %4d\n", this, this->fSerialNum); in ~RBBINode()
288 static int32_t serial(const RBBINode *node) { in serial() function
319 serial(node->fLeftChild), serial(node->fRightChild), serial(node->fParent), in printNode()
344 RBBIDebugPrintf(" Address serial type LeftChild RightChild Parent position value\n"); in printNodeHeader()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py393 def get_device_log_file(report_path, serial=None, log_name="device_log",
403 serial = serial or time.time_ns()
405 serial = "%s_%s" % (device_name, serial)
406 device_file_name = "{}_{}.log".format(log_name, str(serial).replace(
500 def convert_serial(serial):
501 if serial.startswith("remote_"):
502 return "remote_{}_{}".format(convert_ip(serial.split("_")[1]),
503 convert_port(serial
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfslabel.c66 int new_serial; /* Change the serial number */
67 unsigned long long serial; /* Forced serial number value */ member
102 " --new-serial Set a new serial number\n" in usage()
103 " --new-half-serial Set a partial new serial number\n" in usage()
127 { "new-serial", optional_argument, NULL, 'I' }, in parse_options()
128 { "new-half-serial", optional_argument, NULL, 'i' }, in parse_options()
163 opts.serial in parse_options()
[all...]
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_serial.py18 import serial namespace
32 self.ser = serial.Serial(port=port, baudrate=baudrate, parity=parity,
36 """ Connect to the server, write a 'c' to the serial port """
40 """" close the serial port. """
48 """ Write data to the serial port. """

Completed in 13 milliseconds

12345678910>>...28