Searched refs:encrypt_application_message (Results 1 – 6 of 6) sorted by relevance
/external/rust/android-crates-io/crates/mls-rs/tests/ |
D | client_tests.rs | 369 .encrypt_application_message(&test_message, Vec::new()) in test_application_messages() 399 .encrypt_application_message(&[0], Vec::new()) in test_out_of_order_application_messages() 407 .encrypt_application_message(&[1], Vec::new()) in test_out_of_order_application_messages() 420 .encrypt_application_message(&[2], Vec::new()) in test_out_of_order_application_messages() 427 .encrypt_application_message(&[3], Vec::new()) in test_out_of_order_application_messages() 464 .encrypt_application_message(b"hello self", vec![]) in processing_message_from_self_returns_error()
|
/external/rust/android-crates-io/crates/mls-rs/benches/ |
D | group_application.rs | 32 .encrypt_application_message(&bytes[..n], vec![]) in bench()
|
/external/rust/android-crates-io/crates/mls-rs/examples/ |
D | basic_usage.rs | 67 let msg = alice_group.encrypt_application_message(b"hello world", Default::default())?; in main()
|
/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/ |
D | framing.rs | 207 .encrypt_application_message(&test_case.application, vec![]) in framing_application() 313 .encrypt_application_message(&test_case.application, vec![]) in generate_framing_test_vector()
|
/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | mod.rs | 1172 pub async fn encrypt_application_message( in encrypt_application_message() function 1993 .encrypt_application_message(b"test", vec![]) in test_pending_proposals_application_data() 2007 .encrypt_application_message(b"test", vec![]) in test_pending_proposals_application_data() 2402 .encrypt_application_message(&random_bytes(150), vec![]) in test_group_encrypt_plaintext_padding() 2416 .encrypt_application_message(&random_bytes(150), vec![]) in test_group_encrypt_plaintext_padding() 3002 .encrypt_application_message(bob_msg, vec![]) in member_can_see_sender_creds() 3038 .encrypt_application_message(b"foobar", Vec::new()) in member_cannot_decrypt_same_message_twice()
|
/external/rust/android-crates-io/crates/mls-rs/src/external_client/ |
D | group.rs | 1220 .encrypt_application_message(&[], vec![]) in external_group_errors_on_old_epoch()
|