Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.h29 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material,
/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp78 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob() function
Dsoftware_keyblobs.cpp343 return SerializeIntegrityAssuredBlob(key->key_material(), hidden, key->hw_enforced(), in UpgradeSoftKeyBlob()
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp229 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
Dsoft_keymaster_context.cpp212 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
Dpure_soft_keymaster_context.cpp162 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()