Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.h35 keymaster_error_t DeserializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_blob,
/system/keymaster/tests/
Dkey_blob_test.cpp311 DeserializeIntegrityAssuredBlob(key_blob, hidden_, &key_material_, &hw_enforced_, in TEST_F()
336 DeserializeIntegrityAssuredBlob(key_blob, hidden_, &key_material_, &hw_enforced_, in TEST_F()
353 DeserializeIntegrityAssuredBlob(key_blob, hidden_, &key_material_, &hw_enforced_, in TEST_F()
/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp101 keymaster_error_t DeserializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_blob, in DeserializeIntegrityAssuredBlob() function
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp154 … error = DeserializeIntegrityAssuredBlob(blob, hidden, &key_material, &hw_enforced, &sw_enforced); in ParseKeyBlob()
Dsoft_keymaster_context.cpp303 … error = DeserializeIntegrityAssuredBlob(blob, hidden, &key_material, &hw_enforced, &sw_enforced); in ParseKeyBlob()
Dpure_soft_keymaster_context.cpp226 … error = DeserializeIntegrityAssuredBlob(blob, hidden, &key_material, &hw_enforced, &sw_enforced); in ParseKeyBlob()