Searched refs:SignedEncryptedSectionEncoder (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv_dynamic/src/ |
D | extended.rs | 152 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/ |
D | signature_decrypt_tests.rs | 32 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/ |
D | encoder.rs | 103 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/ |
D | section_tests.rs | 178 .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()
|
D | mod.rs | 130 MicEncryptedSectionEncoder, SectionEncoder, SignedEncryptedSectionEncoder,
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/tests/ |
D | examples_v1.rs | 35 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/ |
D | deser_adv.rs | 42 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/ |
D | happy_path.rs | 46 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/ |
D | v1.rs | 319 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/ |
D | deser_v1_tests.rs | 202 adv_builder.section_builder(SignedEncryptedSectionEncoder::new::<C>(salt, &broadcast_cred)).map( in add_sig_with_salt_to_adv()
|