Home
last modified time | relevance | path

Searched refs:SignedEncryptedSectionEncoder (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv_dynamic/src/
Dextended.rs152 SignedEncrypted(SignedEncryptedSectionEncoder),
164 SignedEncrypted(Box<SectionBuilder<R, SignedEncryptedSectionEncoder>>),
270 impl<R: AsMut<AdvBuilder>> From<SectionBuilder<R, SignedEncryptedSectionEncoder>>
273 fn from(section_builder: SectionBuilder<R, SignedEncryptedSectionEncoder>) -> Self { in from()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/tests/
Dsignature_decrypt_tests.rs32 AdvBuilder, AdvertisementType, CapacityLimitedVec, SignedEncryptedSectionEncoder,
61 .section_builder(SignedEncryptedSectionEncoder::new::<CryptoProviderImpl>( in deserialize_signature_encrypted_correct_keys_extended_salt()
406 .section_builder(SignedEncryptedSectionEncoder::new::<C>(section_salt, &broadcast_cm))
494 .section_builder(SignedEncryptedSectionEncoder::new::<CryptoProviderImpl>( in do_bad_deserialize_tampered()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dencoder.rs103 pub struct SignedEncryptedSectionEncoder { struct
110 impl SignedEncryptedSectionEncoder { argument
136 impl SectionEncoder for SignedEncryptedSectionEncoder { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/
Dsection_tests.rs178 .section_builder(SignedEncryptedSectionEncoder::new_random_salt::<CryptoProviderImpl>( in signature_encrypted_identity_section_random_des()
501 .section_builder(SignedEncryptedSectionEncoder::new_random_salt::<CryptoProviderImpl>( in add_multiple_de_correct_de_offsets_signature_encrypted_identity()
567 .section_builder(SignedEncryptedSectionEncoder::new_random_salt::<CryptoProviderImpl>( in signature_encrypted_section_de_lengths_allow_room_for_suffix()
728 .section_builder(SignedEncryptedSectionEncoder::new::<CryptoProviderImpl>( in do_signature_encrypted_identity_fixed_key_material_test()
Dmod.rs130 MicEncryptedSectionEncoder, SectionEncoder, SignedEncryptedSectionEncoder,
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/tests/
Dexamples_v1.rs35 AdvBuilder, AdvertisementType, SignedEncryptedSectionEncoder, SingleTypeDataElement,
139 .section_builder(SignedEncryptedSectionEncoder::new_random_salt::<CryptoProviderImpl>( in v1_deser_ciphertext()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/benches/
Ddeser_adv.rs42 SectionEncoder, SignedEncryptedSectionEncoder, UnencryptedSectionEncoder,
96 … .section_builder(SignedEncryptedSectionEncoder::new_random_salt::<CryptoProviderImpl>( in deser_adv_v1_encrypted()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/deser_v1_tests/
Dhappy_path.rs46 SignedEncryptedSectionEncoder::new_random_salt::<CryptoProviderImpl>, in deserialize_rand_identities_single_section_finds_correct_one_signed()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/serialize/
Dv1.rs319 np_adv::extended::serialize::SignedEncryptedSectionEncoder::new_random_salt::< in encrypted_section_builder()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/
Ddeser_v1_tests.rs202 adv_builder.section_builder(SignedEncryptedSectionEncoder::new::<C>(salt, &broadcast_cred)).map( in add_sig_with_salt_to_adv()