| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | s3_cbc.c | 179 unsigned char length_bytes[MAX_HASH_BIT_COUNT_BYTES]; in ssl3_cbc_digest_record() local 374 memset(length_bytes, 0, md_length_size - 4); in ssl3_cbc_digest_record() 375 length_bytes[md_length_size - 4] = (unsigned char)(bits >> 24); in ssl3_cbc_digest_record() 376 length_bytes[md_length_size - 3] = (unsigned char)(bits >> 16); in ssl3_cbc_digest_record() 377 length_bytes[md_length_size - 2] = (unsigned char)(bits >> 8); in ssl3_cbc_digest_record() 378 length_bytes[md_length_size - 1] = (unsigned char)bits; in ssl3_cbc_digest_record() 380 memset(length_bytes, 0, md_length_size); in ssl3_cbc_digest_record() 381 length_bytes[md_length_size - 5] = (unsigned char)(bits >> 24); in ssl3_cbc_digest_record() 382 length_bytes[md_length_size - 6] = (unsigned char)(bits >> 16); in ssl3_cbc_digest_record() 383 length_bytes[md_length_siz in ssl3_cbc_digest_record() [all...] |
| /third_party/openssl/ssl/ |
| H A D | s3_cbc.c | 179 unsigned char length_bytes[MAX_HASH_BIT_COUNT_BYTES]; in ssl3_cbc_digest_record() local 374 memset(length_bytes, 0, md_length_size - 4); in ssl3_cbc_digest_record() 375 length_bytes[md_length_size - 4] = (unsigned char)(bits >> 24); in ssl3_cbc_digest_record() 376 length_bytes[md_length_size - 3] = (unsigned char)(bits >> 16); in ssl3_cbc_digest_record() 377 length_bytes[md_length_size - 2] = (unsigned char)(bits >> 8); in ssl3_cbc_digest_record() 378 length_bytes[md_length_size - 1] = (unsigned char)bits; in ssl3_cbc_digest_record() 380 memset(length_bytes, 0, md_length_size); in ssl3_cbc_digest_record() 381 length_bytes[md_length_size - 5] = (unsigned char)(bits >> 24); in ssl3_cbc_digest_record() 382 length_bytes[md_length_size - 6] = (unsigned char)(bits >> 16); in ssl3_cbc_digest_record() 383 length_bytes[md_length_siz in ssl3_cbc_digest_record() [all...] |
| /third_party/protobuf/conformance/ |
| H A D | conformance_php.php | 85 $length_bytes = fread(STDIN, 4); variable 86 if (strlen($length_bytes) == 0) { 88 } elseif (strlen($length_bytes) != 4) { 93 $length = unpack("V", $length_bytes)[1];
|
| H A D | conformance_ruby.rb | 103 length_bytes = STDIN.read(4) 104 return false if length_bytes.nil? 106 length = length_bytes.unpack('V').first
|
| H A D | conformance_python.py | 175 length_bytes = sys.stdin.read(4) 176 if len(length_bytes) == 0: 178 elif len(length_bytes) != 4: 184 length = struct.unpack("<I", length_bytes)[0]
|
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_asn1.c | 377 u8_t length_bytes = data - 0x80; in snmp_asn1_dec_tlv() local 378 if (length_bytes > pbuf_stream->length) { in snmp_asn1_dec_tlv() 381 tlv->length_len = length_bytes + 1; /* this byte + defined number of length bytes following */ in snmp_asn1_dec_tlv() 384 while (length_bytes > 0) { in snmp_asn1_dec_tlv() 398 length_bytes--; in snmp_asn1_dec_tlv()
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | streaming-decoder.cc | 57 // length_bytes: The section length, as it is encoded in the module bytes. 59 base::Vector<const uint8_t> length_bytes) in SectionBuffer() 63 1 + length_bytes.length() + payload_length)), in SectionBuffer() 64 payload_offset_(1 + length_bytes.length()) { in SectionBuffer() 66 memcpy(bytes_.start() + 1, &length_bytes.first(), length_bytes.length()); in SectionBuffer() 159 base::Vector<const uint8_t> length_bytes); 726 base::Vector<const uint8_t> length_bytes) { in CreateNewBuffer() 730 module_offset, section_id, length, length_bytes)); in CreateNewBuffer() 58 SectionBuffer(uint32_t module_offset, uint8_t id, size_t payload_length, base::Vector<const uint8_t> length_bytes) SectionBuffer() argument 724 CreateNewBuffer( uint32_t module_offset, uint8_t section_id, size_t length, base::Vector<const uint8_t> length_bytes) CreateNewBuffer() argument
|
| /third_party/elfutils/libdw/ |
| H A D | dwarf_getaranges.c | 114 unsigned int length_bytes = 4; in dwarf_getaranges() local 121 length_bytes = 8; in dwarf_getaranges() 148 length_bytes, &offset, IDX_debug_info, 4)) in dwarf_getaranges()
|
| /third_party/node/test/js-native-api/test_string/ |
| H A D | test_string.c | 105 const size_t length_bytes = (actual_length + 1) * sizeof(*string_copy); in create_external_latin1() local 106 string_copy = malloc(length_bytes); in create_external_latin1() 107 memcpy(string_copy, string, length_bytes); in create_external_latin1() 145 const size_t length_bytes = (actual_length + 1) * sizeof(*string_copy); in create_external_utf16() local 146 string_copy = malloc(length_bytes); in create_external_utf16() 147 memcpy(string_copy, string, length_bytes); in create_external_utf16()
|
| /third_party/node/src/crypto/ |
| H A D | crypto_aes.cc | 207 unsigned int length_bytes = params.length / CHAR_BIT; in BlockWithZeroedCounter() local 214 size_t index = new_counter_block.size() - length_bytes; in BlockWithZeroedCounter() 215 memset(&new_counter_block.front() + index, 0, length_bytes); in BlockWithZeroedCounter()
|
| /third_party/rust/crates/nom/src/bytes/ |
| H A D | tests.rs | 564 fn length_bytes() { in length_bytes() functions
|
| /third_party/elfutils/src/ |
| H A D | readelf.c | 5663 unsigned int length_bytes = 4; in print_debug_aranges_section() local 5669 length_bytes = 8; in print_debug_aranges_section() 5694 if (readp + length_bytes > readendp) in print_debug_aranges_section() 5696 if (length_bytes == 8) in print_debug_aranges_section()
|