Searched refs:SerializeIntegrityAssuredBlob (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/include/keymaster/key_blob_utils/ |
D | integrity_assured_key_blob.h | 28 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material,
|
/system/keymaster/key_blob_utils/ |
D | integrity_assured_key_blob.cpp | 75 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob() function
|
D | software_keyblobs.cpp | 457 return SerializeIntegrityAssuredBlob(key->key_material(), hidden, key->hw_enforced(), in FullUpgradeSoftKeyBlob()
|
/system/keymaster/contexts/ |
D | keymaster1_passthrough_context.cpp | 229 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
|
D | soft_keymaster_context.cpp | 196 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
|
D | pure_soft_keymaster_context.cpp | 253 error = SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
|