Home
last modified time | relevance | path

Searched refs:length_bytes (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/cipher/
Dtls_cbc.c290 uint8_t length_bytes[MAX_HASH_BIT_COUNT_BYTES]; in EVP_tls_cbc_digest_record() local
407 memset(length_bytes, 0, md_length_size - 4); in EVP_tls_cbc_digest_record()
408 length_bytes[md_length_size - 4] = (uint8_t)(bits >> 24); in EVP_tls_cbc_digest_record()
409 length_bytes[md_length_size - 3] = (uint8_t)(bits >> 16); in EVP_tls_cbc_digest_record()
410 length_bytes[md_length_size - 2] = (uint8_t)(bits >> 8); in EVP_tls_cbc_digest_record()
411 length_bytes[md_length_size - 1] = (uint8_t)bits; in EVP_tls_cbc_digest_record()
464 is_block_b, length_bytes[j - (md_block_size - md_length_size)], b); in EVP_tls_cbc_digest_record()
De_chacha20poly1305.c71 uint8_t length_bytes[8]; in poly1305_update_length() local
74 for (i = 0; i < sizeof(length_bytes); i++) { in poly1305_update_length()
75 length_bytes[i] = data_len; in poly1305_update_length()
79 CRYPTO_poly1305_update(poly1305, length_bytes, sizeof(length_bytes)); in poly1305_update_length()
/external/elfutils/libdw/
Ddwarf_getaranges.c114 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()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc604 size_t length_bytes = PictureIdLength(); in PayloadDescriptorExtraLength() local
606 ++length_bytes; in PayloadDescriptorExtraLength()
608 ++length_bytes; in PayloadDescriptorExtraLength()
609 if (length_bytes > 0) in PayloadDescriptorExtraLength()
610 ++length_bytes; // Include the extension field. in PayloadDescriptorExtraLength()
611 return length_bytes; in PayloadDescriptorExtraLength()
/external/dbus/dbus/
Ddbus-sha.c565 int length_bytes; in decode_compact_string() local
646 length_bytes = (n_bits / 8 + ((n_bits % 8) ? 1 : 0)); in decode_compact_string()
648 if (_dbus_string_get_length (decoded) != length_bytes) in decode_compact_string()
651 length_bytes, n_bits, _dbus_string_get_length (decoded)); in decode_compact_string()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter_unittest.cc562 size_t length_bytes = expected_size_ms[i] * bytes_per_ms_; in TEST_P() local
565 VerifyPacket((*it), length_bytes, kPayloadType, kSequenceNumber, in TEST_P()
/external/elfutils/src/
Dreadelf.c4807 unsigned int length_bytes = 4; in print_debug_aranges_section() local
4813 length_bytes = 8; in print_debug_aranges_section()
4838 if (readp + length_bytes > readendp) in print_debug_aranges_section()
4840 if (length_bytes == 8) in print_debug_aranges_section()