Searched refs:msg2 (Results 1 – 2 of 2) sorted by relevance
287 let msg2 = &inner_msg2[1..]; in test_split_rsp_larger_input_perfect_split() localVariable288 assert_eq!(msg2, rsp2); in test_split_rsp_larger_input_perfect_split()322 let msg2 = &inner_msg2[1..]; in test_split_rsp_larger_input_imperfect_split() localVariable323 assert_eq!(msg2, rsp2); in test_split_rsp_larger_input_imperfect_split()
581 let msg2 = b"This is another message"; in test_hmac_sha256() localVariable586 let tag2 = hmac_sha256(key, msg2).unwrap(); in test_hmac_sha256()