Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Dtests.rs287 let msg2 = &inner_msg2[1..]; in test_split_rsp_larger_input_perfect_split() localVariable
288 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() localVariable
323 assert_eq!(msg2, rsp2); in test_split_rsp_larger_input_imperfect_split()
/system/security/keystore2/src/crypto/
Dlib.rs581 let msg2 = b"This is another message"; in test_hmac_sha256() localVariable
586 let tag2 = hmac_sha256(key, msg2).unwrap(); in test_hmac_sha256()