Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dkey_blob_test.cpp69 nonce_, &ciphertext_, &tag_); in Encrypt()
73 return OcbDecryptKey(hw_enforced_, sw_enforced_, hidden_, master_key_, ciphertext_, nonce_, in Decrypt()
78 return SerializeAuthEncryptedBlob(ciphertext_, hw_enforced_, sw_enforced_, nonce_, tag_, in Serialize()
83 return DeserializeAuthEncryptedBlob(serialized_blob_, &ciphertext_, &hw_enforced_, in Deserialize()
94 KeymasterKeyBlob ciphertext_; member in keymaster::test::KeyBlobTest
107 ciphertext_.begin(), ciphertext_.end())); in TEST_F()
109 ciphertext_.Clear(); in TEST_F()
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()
177 ciphertext_.begin(), ciphertext_.end()); in TEST_F()
[all …]