Searched refs:kek2 (Results 1 – 1 of 1) sorted by relevance
362 let kek2 = kmr_common::explicit!(trusty_keys in kek_two_calls_returns_same_key() localVariable367 expect_eq!(kek1.0, kek2.0, "Calls to root_kek should return the same key"); in kek_two_calls_returns_same_key()400 let kek2 = kmr_common::explicit!(trusty_keys in kek_with_different_context_return_different_keys() localVariable405 expect_ne!(kek1.0, kek2.0, "kek keys should be different"); in kek_with_different_context_return_different_keys()422 let kek2 = kmr_common::explicit!(trusty_keys in legacy_kek_is_different_than_non_legacy() localVariable427 expect_ne!(kek1.0, kek2.0, "kek keys should be different"); in legacy_kek_is_different_than_non_legacy()