Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/key_blob_utils/
H A Dintegrity_assured_key_blob.h28 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material,
/aosp12/system/keymaster/key_blob_utils/
H A Dintegrity_assured_key_blob.cpp75 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob() function
H A Dsoftware_keyblobs.cpp451 return SerializeIntegrityAssuredBlob(key->key_material(), hidden, key->hw_enforced(), in FullUpgradeSoftKeyBlob()
/aosp12/system/keymaster/contexts/
H A Dkeymaster1_passthrough_context.cpp226 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
H A Dsoft_keymaster_context.cpp193 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
H A Dpure_soft_keymaster_context.cpp198 error = SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()