Home
last modified time | relevance | path

Searched defs:section_len (Results 1 – 3 of 3) sorted by relevance

/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dtests.rs512 let section_len = EXT_SALT_SECTION_HEADER_LEN as u8 + 10; in parse_adv_sig_encrypted_section_with_short_salt() localVariable
528 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() localVariable
550 let section_len = SHORT_SALT_SECTION_HEADER_LEN as u8 + 10 + SectionMic::CONTENTS_LEN as u8; in encrypted_then_unencrpyted_fails_to_parse() localVariable
593 let section_len = SHORT_SALT_SECTION_HEADER_LEN as u8 + 10 + SectionMic::CONTENTS_LEN as u8; in unencrypted_then_encrpyted_fails_to_parse() localVariable
681 let section_len = 10 + SectionMic::CONTENTS_LEN as u8; in add_mic_short_salt_section_to_adv() localVariable
/external/selinux/libselinux/utils/
Dsefcontext_compile.c102 uint32_t section_len; in write_binary_file() local
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dmod.rs179 let section_len = rest_of_contents.len().try_into().expect( localVariable