Home
last modified time | relevance | path

Searched refs:ciphertext_content (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs/src/group/
Dframing.rs686 let ciphertext_content = get_test_ciphertext_content(); in test_mls_ciphertext_content_mls_encoding() localVariable
688 let mut encoded = ciphertext_content.mls_encode_to_vec().unwrap(); in test_mls_ciphertext_content_mls_encoding()
692 PrivateMessageContent::mls_decode(&mut &*encoded, (&ciphertext_content.content).into()) in test_mls_ciphertext_content_mls_encoding()
695 assert_eq!(ciphertext_content, decoded); in test_mls_ciphertext_content_mls_encoding()
700 let ciphertext_content = get_test_ciphertext_content(); in test_mls_ciphertext_content_non_zero_padding_error() localVariable
702 let mut encoded = ciphertext_content.mls_encode_to_vec().unwrap(); in test_mls_ciphertext_content_non_zero_padding_error()
706 PrivateMessageContent::mls_decode(&mut &*encoded, (&ciphertext_content.content).into()); in test_mls_ciphertext_content_non_zero_padding_error()
Dciphertext_processor.rs245 let ciphertext_content = in open() localVariable
256 content: ciphertext_content.content, in open()
258 auth: ciphertext_content.auth, in open()