Searched refs:SerializeIntegrityAssuredBlob (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/include/keymaster/key_blob_utils/ |
D | integrity_assured_key_blob.h | 29 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material,
|
/system/keymaster/key_blob_utils/ |
D | integrity_assured_key_blob.cpp | 78 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob() function
|
D | software_keyblobs.cpp | 343 return SerializeIntegrityAssuredBlob(key->key_material(), hidden, key->hw_enforced(), in UpgradeSoftKeyBlob()
|
/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 | 212 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
|
D | pure_soft_keymaster_context.cpp | 162 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()
|