Lines Matching refs:Bytes
4 use bytes::Bytes;
9 encrypted: Bytes,
13 …static ref RTP_TEST_CASE_DECRYPTED: Bytes = Bytes::from_static(&[0x00, 0x01, 0x02, 0x03, 0x04, 0x0…
17 encrypted: Bytes::from_static(&[
24 encrypted: Bytes::from_static(&[
31 encrypted: Bytes::from_static(&[
38 encrypted: Bytes::from_static(&[
45 encrypted: Bytes::from_static(&[
52 encrypted: Bytes::from_static(&[
61 let master_key = Bytes::from_static(&[ in build_test_context()
65 let master_salt = Bytes::from_static(&[ in build_test_context()
80 let master_key = Bytes::from_static(&[ in test_rtp_invalid_auth()
84 let invalid_salt = Bytes::from_static(&[ in test_rtp_invalid_auth()