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