Searched defs:section_len (Results 1 – 3 of 3) sorted by relevance
512 let section_len = EXT_SALT_SECTION_HEADER_LEN as u8 + 10; in parse_adv_sig_encrypted_section_with_short_salt() localVariable528 let section_len = SHORT_SALT_SECTION_HEADER_LEN as u8 + 10 + SectionMic::CONTENTS_LEN as u8; in parse_adv_mic_encrypted_wrong_salt_for_extended_header() localVariable550 let section_len = SHORT_SALT_SECTION_HEADER_LEN as u8 + 10 + SectionMic::CONTENTS_LEN as u8; in encrypted_then_unencrpyted_fails_to_parse() localVariable593 let section_len = SHORT_SALT_SECTION_HEADER_LEN as u8 + 10 + SectionMic::CONTENTS_LEN as u8; in unencrypted_then_encrpyted_fails_to_parse() localVariable681 let section_len = 10 + SectionMic::CONTENTS_LEN as u8; in add_mic_short_salt_section_to_adv() localVariable
102 uint32_t section_len; in write_binary_file() local
179 let section_len = rest_of_contents.len().try_into().expect( localVariable