Home
last modified time | relevance | path

Searched refs:msg1 (Results 1 – 2 of 2) sorted by relevance

/system/keymint/ta/src/
Dtests.rs280 let msg1 = &inner_msg1[1..]; in test_split_rsp_larger_input_perfect_split() localVariable
281 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() localVariable
316 assert_eq!(msg1, rsp1); in test_split_rsp_larger_input_imperfect_split()
/system/security/keystore2/src/crypto/
Dlib.rs580 let msg1 = b"This is a message"; in test_hmac_sha256() localVariable
582 let tag1a = hmac_sha256(key, msg1).unwrap(); in test_hmac_sha256()
584 let tag1b = hmac_sha256(key, msg1).unwrap(); in test_hmac_sha256()