Searched refs:hw2 (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/ |
D | key_blob_test.cpp | 112 AuthorizationSet hw2; in TEST_F() local 115 ASSERT_EQ(KM_ERROR_OK, DeserializeAuthEncryptedBlob(serialized_blob_, &ciphertext_, &hw2, &sw2, in TEST_F() 118 OcbDecryptKey(hw2, sw2, hidden_, master_key_, ciphertext_, nonce_, tag_, &plaintext); in TEST_F() 120 EXPECT_EQ(hw_enforced_, hw2); in TEST_F()
|