Searched refs:msg1 (Results 1 – 2 of 2) sorted by relevance
280 let msg1 = &inner_msg1[1..]; in test_split_rsp_larger_input_perfect_split() localVariable281 assert_eq!(msg1, rsp1); in test_split_rsp_larger_input_perfect_split()315 let msg1 = &inner_msg1[1..]; in test_split_rsp_larger_input_imperfect_split() localVariable316 assert_eq!(msg1, rsp1); in test_split_rsp_larger_input_imperfect_split()
580 let msg1 = b"This is a message"; in test_hmac_sha256() localVariable582 let tag1a = hmac_sha256(key, msg1).unwrap(); in test_hmac_sha256()584 let tag1b = hmac_sha256(key, msg1).unwrap(); in test_hmac_sha256()