/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | cms.h | 404 const void *bytes, int len); 407 const void *bytes, int len); 410 const void *bytes, int len); 425 const void *bytes, int len); 428 const void *bytes, int len); 431 const void *bytes, int len);
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
H A D | RepeatedFieldTest.cs | 496 // 2 bytes for the first entry, 3 bytes for the second, 2 bytes for the third in CalculateSize_VariableSizeNonPacked() 505 // 5 bytes for the each entry in CalculateSize_FixedSizeNonPacked() 515 // 1 byte for the first entry, 2 bytes for the second, 1 byte for the third in CalculateSize_VariableSizePacked() 524 // 1 byte for the tag, 1 byte for the length, 4 bytes per entry in CalculateSize_FixedSizePacked() 533 byte[] bytes = new byte[msgSize]; in TestNegativeEnumArray() 534 CodedOutputStream output = new CodedOutputStream(bytes); in TestNegativeEnumArray() 544 CodedInputStream input = new CodedInputStream(bytes); in TestNegativeEnumArray() 565 byte[] bytes in TestNegativeEnumPackedArray() [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
H A D | RepeatedFieldTest.cs | 497 // 2 bytes for the first entry, 3 bytes for the second, 2 bytes for the third in CalculateSize_VariableSizeNonPacked() 506 // 5 bytes for the each entry in CalculateSize_FixedSizeNonPacked() 516 // 1 byte for the first entry, 2 bytes for the second, 1 byte for the third in CalculateSize_VariableSizePacked() 525 // 1 byte for the tag, 1 byte for the length, 4 bytes per entry in CalculateSize_FixedSizePacked() 534 byte[] bytes = new byte[msgSize]; in TestNegativeEnumArray() 535 CodedOutputStream output = new CodedOutputStream(bytes); in TestNegativeEnumArray() 545 CodedInputStream input = new CodedInputStream(bytes); in TestNegativeEnumArray() 566 byte[] bytes in TestNegativeEnumPackedArray() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sock_lowlevel.py | 307 expected = bytes(islice(checker, len(data))) 315 expected = bytes(islice(checker, len(data))) 347 data = bytes(buf[:nbytes]) 353 data = bytes(buf[:nbytes]) 361 expected = bytes(islice(checker, len(data))) 370 expected = bytes(islice(checker, len(data)))
|
/third_party/python/Lib/test/ |
H A D | test_memoryview.py | 143 self.getitem_type(bytes([c])) for c in b"abcdef") 145 self.assertIsInstance(b, bytes) 259 with check: bytes(m) 400 # Variations on source objects for the buffer: bytes-like objects, then arrays 405 ro_type = bytes 407 getitem_type = bytes 512 # Issue 15944: Allow all source formats when casting to bytes. 514 p6 = bytes(ctypes.c_double(0.6))
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.cc | 197 << " bytes). To increase the limit (or to disable these " in PrintTotalBytesLimitError() 266 // if we copy 0 bytes. So, we have ensured that z.first is non-NULL here. in ReadString() 312 uint8 bytes[sizeof(*value)]; in ReadLittleEndian32Fallback() local 316 // Fast path: Enough bytes in the buffer to read directly. in ReadLittleEndian32Fallback() 321 if (!ReadRaw(bytes, sizeof(*value))) return false; in ReadLittleEndian32Fallback() 322 ptr = bytes; in ReadLittleEndian32Fallback() 329 uint8 bytes[sizeof(*value)]; in ReadLittleEndian64Fallback() local 333 // Fast path: Enough bytes in the buffer to read directly. in ReadLittleEndian64Fallback() 338 if (!ReadRaw(bytes, sizeof(*value))) return false; in ReadLittleEndian64Fallback() 339 ptr = bytes; in ReadLittleEndian64Fallback() [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509.rs | 376 bytes: *const c_uchar, in X509_REQ_add1_attr_by_txt() 383 bytes: *const c_uchar, in X509_REQ_add1_attr_by_NID() 390 bytes: *const c_uchar, in X509_REQ_add1_attr_by_OBJ() 489 bytes: #[const_ptr_if(any(ossl110, libressl280))] c_uchar, in X509_NAME_add_entry_by_NID() 504 bytes: *const c_uchar, in X509_NAME_add_entry_by_txt() 737 bytes: *const c_uchar, in X509_ATTRIBUTE_create_by_txt()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | virtio_net.c | 79 u64 bytes; member 88 u64 bytes; member 102 { "bytes", VIRTNET_SQ_STAT(bytes) }, 110 { "bytes", VIRTNET_RQ_STAT(bytes) }, 557 int bytes = 0; in virtnet_xdp_xmit() local 584 bytes += frame->len; in virtnet_xdp_xmit() 589 bytes += skb->len; in virtnet_xdp_xmit() 612 sq->stats.bytes in virtnet_xdp_xmit() 1458 unsigned int bytes = 0; free_old_xmit_skbs() local [all...] |
/third_party/openssl/test/ |
H A D | bntest.c | 78 * Parse BIGNUM, return number of bytes parsed. 1784 size_t bytes; in test_bn2padded() local 1801 for (bytes = 128 - 7; bytes <= 128; bytes++) { in test_bn2padded() 1804 if (!TEST_true(BN_rand(n, bytes * 8, TOP_BIT_ON, BOTTOM_BIT_NOTOUCH))) in test_bn2padded() 1806 if (!TEST_int_eq(BN_num_bytes(n), bytes) in test_bn2padded() 1807 || !TEST_int_eq(BN_bn2bin(n, reference), bytes)) in test_bn2padded() 1813 if (!TEST_int_eq(BN_bn2binpad(n, out, bytes - 1), -1)) in test_bn2padded() 1816 if (!TEST_int_eq(BN_bn2binpad(n, out, bytes), byte in test_bn2padded() [all...] |
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 717 slot->key.bytes = buffer_length; in psa_allocate_buffer_to_slot() 1181 mbedtls_zeroize_and_free(slot->key.data, slot->key.bytes); in psa_remove_key_data_from_memory() 1185 slot->key.bytes = 0; in psa_remove_key_data_from_memory() 1511 slot->key.data, slot->key.bytes, in psa_export_key() 1628 &slot->attr, slot->key.data, slot->key.bytes, in psa_export_public_key() 1916 slot->key.bytes); in psa_finish_key_creation() 2060 /* Ensure that the bytes-to-bits conversion cannot overflow. */ in psa_import_key() 2095 slot->key.bytes, in psa_import_key() 2096 &slot->key.bytes, &bits); in psa_import_key() 2247 source_slot->key.bytes, in psa_copy_key() 6328 size_t bytes = PSA_BITS_TO_BYTES(bits); psa_generate_derived_key_internal() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_qp.c | 600 siw_dbg_qp(qp, "sent TERM: %s, layer %d, type %d, code %d (%d bytes)\n", in siw_send_terminate() 1060 int siw_sqe_complete(struct siw_qp *qp, struct siw_sqe *sqe, u32 bytes, in siw_sqe_complete() argument 1084 cqe->bytes = bytes; in siw_sqe_complete() 1118 int siw_rqe_complete(struct siw_qp *qp, struct siw_rqe *rqe, u32 bytes, in siw_rqe_complete() argument 1142 cqe->bytes = bytes; in siw_rqe_complete() 1225 siw_sqe_complete(qp, &wqe->sqe, wqe->bytes, in siw_sq_flush() 1278 siw_rqe_complete(qp, &wqe->rqe, wqe->bytes, in siw_rq_flush()
|
/kernel/linux/linux-5.10/drivers/usb/mon/ |
H A D | mon_bin.c | 118 * This has to take 16 bytes to make sure that the end of buffer 135 struct mon_bin_hdr __user *hdr; /* Can be 48 bytes or 64. */ 167 #define ISODESC_MAX 128 /* Same number as usbfs allows, 2048 bytes. */ 186 unsigned int b_size; /* Current size of the buffer - bytes */ 188 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ 356 * Return a few (kilo-)bytes to the head of the buffer. 902 unsigned int bytes, avail; in mon_bin_fetch() local 922 bytes = 0; in mon_bin_fetch() 923 while (bytes < avail) { in mon_bin_fetch() 938 bytes in mon_bin_fetch() 952 unsigned int bytes, avail; mon_bin_queued() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | cypress_m8.c | 260 * than 800 bytes/sec, in which case 4800 baud is the in analyze_baud_rate() 663 dev_dbg(&port->dev, "%s - %d bytes\n", __func__, count); in cypress_write() 785 /* do not count the line control and size bytes */ in cypress_send() 1036 int bytes = 0; in cypress_read_int_callback() local 1082 bytes = data[1] + 2; in cypress_read_int_callback() 1088 bytes = (data[0] & 0x07) + 1; in cypress_read_int_callback() 1093 if (result < bytes) { in cypress_read_int_callback() 1095 "%s - wrong packet size - received %d bytes but packet said %d bytes\n", in cypress_read_int_callback() 1096 __func__, result, bytes); in cypress_read_int_callback() [all...] |
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_device.c | 391 static int tls_device_copy_data(void *addr, size_t bytes, struct iov_iter *i) in tls_device_copy_data() argument 397 pre_copy = min(pre_copy, bytes); in tls_device_copy_data() 400 bytes -= pre_copy; in tls_device_copy_data() 404 nocache = round_down(bytes, SMP_CACHE_BYTES); in tls_device_copy_data() 407 bytes -= nocache; in tls_device_copy_data() 410 if (bytes && copy_from_iter(addr, bytes, i) != bytes) in tls_device_copy_data()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | pvcalls-front.c | 347 void *bytes; in alloc_active_ring() local 355 bytes = alloc_pages_exact(PAGE_SIZE << PVCALLS_RING_ORDER, in alloc_active_ring() 357 if (!bytes) in alloc_active_ring() 360 map->active.data.in = bytes; in alloc_active_ring() 361 map->active.data.out = bytes + in alloc_active_ring() 373 void *bytes; in create_active() local 379 bytes = map->active.data.in; in create_active() 383 pfn_to_gfn(virt_to_pfn(bytes) + i), 0); in create_active()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | pl35x-nand-controller.c | 134 * @ecc_buf: Temporary buffer to extract ECC bytes 165 oobregion->offset = (section * chip->ecc.bytes); in pl35x_ecc_ooblayout16_ecc() 166 oobregion->length = chip->ecc.bytes; in pl35x_ecc_ooblayout16_ecc() 179 oobregion->offset = (section * chip->ecc.bytes) + 8; in pl35x_ecc_ooblayout16_free() 444 for (ecc_byte = 0; ecc_byte < chip->ecc.bytes; ecc_byte++) in pl35x_nand_ecc_reg_to_array() 455 chunk++, read_ecc += chip->ecc.bytes) { in pl35x_nand_read_eccbytes() 477 chunk++, data += chip->ecc.size, read_ecc += chip->ecc.bytes) { in pl35x_nand_recover_data_hwecc() 545 /* Copy the HW calculated ECC bytes in the OOB buffer */ in pl35x_nand_write_page_hwecc() 558 /* Write the spare area with ECC bytes */ in pl35x_nand_write_page_hwecc() 587 * In practice, this implies to shrink the last data transfert by eg. 4 bytes, [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | pvcalls-front.c | 357 void *bytes; in alloc_active_ring() local 365 bytes = alloc_pages_exact(PAGE_SIZE << PVCALLS_RING_ORDER, in alloc_active_ring() 367 if (!bytes) in alloc_active_ring() 370 map->active.data.in = bytes; in alloc_active_ring() 371 map->active.data.out = bytes + in alloc_active_ring() 383 void *bytes; in create_active() local 389 bytes = map->active.data.in; in create_active() 393 pfn_to_gfn(virt_to_pfn(bytes) + i), 0); in create_active()
|