Searched refs:ciphertext_content (Results 1 – 2 of 2) sorted by relevance
686 let ciphertext_content = get_test_ciphertext_content(); in test_mls_ciphertext_content_mls_encoding() localVariable688 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() localVariable702 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()
245 let ciphertext_content = in open() localVariable256 content: ciphertext_content.content, in open()258 auth: ciphertext_content.auth, in open()