Home
last modified time | relevance | path

Searched refs:offset_bytes (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ismacryp.c30 gint offset_bytes; member
321 s_offset.offset_bytes = 0; /* initialise byte offset */ in dissect_ismacryp_common()
334 poffset->offset_bytes += AU_HEADERS_LENGTH_SIZE; in dissect_ismacryp_common()
338 totalbits = (poffset->offset_bytes*8) + poffset->offset_bits; in dissect_ismacryp_common()
370 tvb, poffset->offset_bytes, -1, ENC_NA ); in dissect_ismacryp_common()
379 poffset->offset_bytes += nbmessage_bytes; /* */ in dissect_ismacryp_common()
414 if (poffset->offset_bytes == AU_HEADERS_LENGTH_SIZE) { /*first AU */ in dissect_auheader()
475 tvb, poffset->offset_bytes, 1, ENC_NA ); in dissect_auheader()
558 poffset->offset_bytes += iv_length; /* add IV length to offset_bytes */ in dissect_auheader()
564 tvb, poffset->offset_bytes, delta_iv_length, ENC_NA); in dissect_auheader()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ismacryp.c30 gint offset_bytes; member
321 s_offset.offset_bytes = 0; /* initialise byte offset */ in dissect_ismacryp_common()
334 poffset->offset_bytes += AU_HEADERS_LENGTH_SIZE; in dissect_ismacryp_common()
338 totalbits = (poffset->offset_bytes*8) + poffset->offset_bits; in dissect_ismacryp_common()
370 tvb, poffset->offset_bytes, -1, ENC_NA ); in dissect_ismacryp_common()
379 poffset->offset_bytes += nbmessage_bytes; /* */ in dissect_ismacryp_common()
414 if (poffset->offset_bytes == AU_HEADERS_LENGTH_SIZE) { /*first AU */ in dissect_auheader()
475 tvb, poffset->offset_bytes, 1, ENC_NA ); in dissect_auheader()
558 poffset->offset_bytes += iv_length; /* add IV length to offset_bytes */ in dissect_auheader()
564 tvb, poffset->offset_bytes, delta_iv_length, ENC_NA); in dissect_auheader()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ismacryp.c30 gint offset_bytes;
321 s_offset.offset_bytes = 0; /* initialise byte offset */
334 poffset->offset_bytes += AU_HEADERS_LENGTH_SIZE;
338 totalbits = (poffset->offset_bytes*8) + poffset->offset_bits;
370 tvb, poffset->offset_bytes, -1, ENC_NA );
379 poffset->offset_bytes += nbmessage_bytes; /* */
414 if (poffset->offset_bytes == AU_HEADERS_LENGTH_SIZE) { /*first AU */
475 tvb, poffset->offset_bytes, 1, ENC_NA );
558 poffset->offset_bytes += iv_length; /* add IV length to offset_bytes */
564 tvb, poffset->offset_bytes, delta_iv_length, ENC_NA);
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ismacryp.c30 gint offset_bytes; member
321 s_offset.offset_bytes = 0; /* initialise byte offset */ in dissect_ismacryp_common()
334 poffset->offset_bytes += AU_HEADERS_LENGTH_SIZE; in dissect_ismacryp_common()
338 totalbits = (poffset->offset_bytes*8) + poffset->offset_bits; in dissect_ismacryp_common()
370 tvb, poffset->offset_bytes, -1, ENC_NA ); in dissect_ismacryp_common()
379 poffset->offset_bytes += nbmessage_bytes; /* */ in dissect_ismacryp_common()
414 if (poffset->offset_bytes == AU_HEADERS_LENGTH_SIZE) { /*first AU */ in dissect_auheader()
475 tvb, poffset->offset_bytes, 1, ENC_NA ); in dissect_auheader()
558 poffset->offset_bytes += iv_length; /* add IV length to offset_bytes */ in dissect_auheader()
564 tvb, poffset->offset_bytes, delta_iv_length, ENC_NA); in dissect_auheader()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/deps/cifra/src/
H A Docb.c138 uint8_t offset_bytes[BLOCK]; in ocb_hash_sum() local
139 cf_gf128_tobytes_be(offset, offset_bytes); in ocb_hash_sum()
142 xor_bb(block_tmp, block, offset_bytes, sizeof block_tmp); in ocb_hash_sum()
203 uint8_t offset_bytes[BLOCK]; in ocb_encrypt_block() local
204 cf_gf128_tobytes_be(o->offset, offset_bytes); in ocb_encrypt_block()
207 xor_bb(block_tmp, block, offset_bytes, sizeof block_tmp); in ocb_encrypt_block()
209 xor_bb(o->out, block_tmp, offset_bytes, sizeof block_tmp); in ocb_encrypt_block()
306 uint8_t offset_bytes[BLOCK]; in ocb_decrypt_block() local
307 cf_gf128_tobytes_be(o->offset, offset_bytes); in ocb_decrypt_block()
310 xor_bb(block_tmp, block, offset_bytes, sizeof block_tmp); in ocb_decrypt_block()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_interface.c42 uint32_t offset, uint32_t offset_bytes, void* buf, in tpm_i2c_request_send() argument
52 timeout = (buflen + offset_bytes + 2) * I2C_BYTE_TIMEOUT_MS; in tpm_i2c_request_send()
55 offset_bytes, buf, buflen, timeout); in tpm_i2c_request_send()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_interface.c43 uint32_t offset, uint32_t offset_bytes, void* buf, in tpm_i2c_request_send() argument
53 timeout = (buflen + offset_bytes + 2) * I2C_BYTE_TIMEOUT_MS; in tpm_i2c_request_send()
56 read_write, offset, offset_bytes, buf, buflen, in tpm_i2c_request_send()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_interface.c43 uint32_t offset, uint32_t offset_bytes, void* buf, in tpm_i2c_request_send() argument
53 timeout = (buflen + offset_bytes + 2) * I2C_BYTE_TIMEOUT_MS; in tpm_i2c_request_send()
56 read_write, offset, offset_bytes, buf, buflen, in tpm_i2c_request_send()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_interface.c43 uint32_t offset, uint32_t offset_bytes, void* buf, in tpm_i2c_request_send() argument
53 timeout = (buflen + offset_bytes + 2) * I2C_BYTE_TIMEOUT_MS; in tpm_i2c_request_send()
56 read_write, offset, offset_bytes, buf, buflen, in tpm_i2c_request_send()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_interface.c43 uint32_t offset, uint32_t offset_bytes, void* buf, in tpm_i2c_request_send() argument
53 timeout = (buflen + offset_bytes + 2) * I2C_BYTE_TIMEOUT_MS; in tpm_i2c_request_send()
56 read_write, offset, offset_bytes, buf, buflen, in tpm_i2c_request_send()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_interface.c30 uint32_t offset, uint32_t offset_bytes, void* buf, in tpm_i2c_request_send() argument
40 timeout = (buflen + offset_bytes + 2) * I2C_BYTE_TIMEOUT_MS; in tpm_i2c_request_send()
43 read_write, offset, offset_bytes, buf, buflen, in tpm_i2c_request_send()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_interface.c43 uint32_t offset, uint32_t offset_bytes, void* buf, in tpm_i2c_request_send() argument
53 timeout = (buflen + offset_bytes + 2) * I2C_BYTE_TIMEOUT_MS; in tpm_i2c_request_send()
56 read_write, offset, offset_bytes, buf, buflen, in tpm_i2c_request_send()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Di2c.c49 t.type = req->op | (req->offset_bytes << 4); in i2c_trace_req()
130 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
135 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
242 uint32_t offset, uint32_t offset_bytes, void* buf, in i2c_request_send() argument
276 req->offset_bytes = offset_bytes; in i2c_request_send()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Di2c.c106 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
111 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
209 uint32_t offset, uint32_t offset_bytes, void* buf, in i2c_request_send() argument
243 req->offset_bytes = offset_bytes; in i2c_request_send()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Di2c.c106 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
111 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
209 uint32_t offset, uint32_t offset_bytes, void* buf, in i2c_request_send() argument
243 req->offset_bytes = offset_bytes; in i2c_request_send()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Di2c.c104 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
109 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
170 uint32_t offset, uint32_t offset_bytes, void* buf, in i2c_request_send() argument
205 req->offset_bytes = offset_bytes; in i2c_request_send()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Di2c.c106 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
111 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
209 uint32_t offset, uint32_t offset_bytes, void* buf, in i2c_request_send() argument
243 req->offset_bytes = offset_bytes; in i2c_request_send()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Di2c.c106 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
111 req->offset_bytes = oreq->subaddr_sz; in opal_i2c_request()
209 uint32_t offset, uint32_t offset_bytes, void* buf, in i2c_request_send() argument
243 req->offset_bytes = offset_bytes; in i2c_request_send()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Di2c.c106 req->offset_bytes = oreq->subaddr_sz; in initMasks()
111 req->offset_bytes = oreq->subaddr_sz; in initMasks()
209 uint32_t offset, uint32_t offset_bytes, void* buf,
243 req->offset_bytes = offset_bytes;
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dshm.rs94 offset_bytes[0], in from()
95 offset_bytes[1], in from()
96 offset_bytes[2], in from()
97 offset_bytes[3], in from()
442 offset_bytes[0], in serialize()
443 offset_bytes[1], in serialize()
444 offset_bytes[2], in serialize()
445 offset_bytes[3], in serialize()
590 offset_bytes[0], in serialize()
591 offset_bytes[1], in serialize()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dshm.rs94 offset_bytes[0], in from()
95 offset_bytes[1], in from()
96 offset_bytes[2], in from()
97 offset_bytes[3], in from()
442 offset_bytes[0], in serialize()
443 offset_bytes[1], in serialize()
444 offset_bytes[2], in serialize()
445 offset_bytes[3], in serialize()
590 offset_bytes[0], in serialize()
591 offset_bytes[1], in serialize()
[all …]
/dports/graphics/R-cran-s2/s2/src/s2/
H A Dencoded_s2point_vector.cc456 int offset_bytes = code.offset_bits >> 3; in EncodeS2PointVectorCompact() local
459 block->Ensure(1 + offset_bytes + (kBlockSize / 2) * delta_nibbles); in EncodeS2PointVectorCompact()
460 S2_DCHECK_LE(offset_bytes - overlap_nibbles, 7); in EncodeS2PointVectorCompact()
463 block->put8((offset_bytes - overlap_nibbles) | in EncodeS2PointVectorCompact()
482 S2_DCHECK_EQ(offset == 0, offset_bytes == 0); in EncodeS2PointVectorCompact()
484 EncodeUintWithLength(offset >> offset_shift, offset_bytes, block); in EncodeS2PointVectorCompact()
518 offset_bytes_sum += offset_bytes; in EncodeS2PointVectorCompact()
796 int offset_bytes = (header & 7) + overlap_nibbles; in DecodeCellIdsFormat() local
801 uint64 offset = GetUintWithLength<uint64>(ptr, offset_bytes) << offset_shift; in DecodeCellIdsFormat()
802 ptr += offset_bytes; in DecodeCellIdsFormat()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Dencoded_s2point_vector.cc456 int offset_bytes = code.offset_bits >> 3; in EncodeS2PointVectorCompact() local
459 block->Ensure(1 + offset_bytes + (kBlockSize / 2) * delta_nibbles); in EncodeS2PointVectorCompact()
460 S2_DCHECK_LE(offset_bytes - overlap_nibbles, 7); in EncodeS2PointVectorCompact()
463 block->put8((offset_bytes - overlap_nibbles) | in EncodeS2PointVectorCompact()
482 S2_DCHECK_EQ(offset == 0, offset_bytes == 0); in EncodeS2PointVectorCompact()
484 EncodeUintWithLength(offset >> offset_shift, offset_bytes, block); in EncodeS2PointVectorCompact()
518 offset_bytes_sum += offset_bytes; in EncodeS2PointVectorCompact()
796 int offset_bytes = (header & 7) + overlap_nibbles; in DecodeCellIdsFormat() local
801 uint64 offset = GetUintWithLength<uint64>(ptr, offset_bytes) << offset_shift; in DecodeCellIdsFormat()
802 ptr += offset_bytes; in DecodeCellIdsFormat()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Dencoded_s2point_vector.cc456 int offset_bytes = code.offset_bits >> 3; in EncodeS2PointVectorCompact() local
459 block->Ensure(1 + offset_bytes + (kBlockSize / 2) * delta_nibbles); in EncodeS2PointVectorCompact()
460 S2_DCHECK_LE(offset_bytes - overlap_nibbles, 7); in EncodeS2PointVectorCompact()
463 block->put8((offset_bytes - overlap_nibbles) | in EncodeS2PointVectorCompact()
482 S2_DCHECK_EQ(offset == 0, offset_bytes == 0); in EncodeS2PointVectorCompact()
484 EncodeUintWithLength(offset >> offset_shift, offset_bytes, block); in EncodeS2PointVectorCompact()
518 offset_bytes_sum += offset_bytes; in EncodeS2PointVectorCompact()
796 int offset_bytes = (header & 7) + overlap_nibbles; in DecodeCellIdsFormat() local
801 uint64 offset = GetUintWithLength<uint64>(ptr, offset_bytes) << offset_shift; in DecodeCellIdsFormat()
802 ptr += offset_bytes; in DecodeCellIdsFormat()
/dports/net/kea/kea-2.0.1/src/lib/asiolink/
H A Daddr_utilities.cc395 std::vector<uint8_t> offset_bytes(8); in offsetAddress() local
396 for (int offset_idx = offset_bytes.size() - 1; offset_idx >= 0; --offset_idx) { in offsetAddress()
397 offset_bytes[offset_idx] = static_cast<uint8_t>(offset & 0x00000000000000ff); in offsetAddress()
407 for (int i = offset_bytes.size() - 1; (i >= 0) || (carry > 0); --i) { in offsetAddress()
414 sum += static_cast<uint16_t>(offset_bytes[i]); in offsetAddress()

12345678910>>...13