Home
last modified time | relevance | path

Searched refs:GetVerifiedBootParams (Results 1 – 7 of 7) sorted by relevance

/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h99 keymaster_error_t GetVerifiedBootParams(keymaster_blob_t* verified_boot_key,
Dsoft_keymaster_context.h111 keymaster_error_t GetVerifiedBootParams(keymaster_blob_t* verified_boot_key,
/system/keymaster/tests/
Dattestation_record_test.cpp42 keymaster_error_t GetVerifiedBootParams(keymaster_blob_t* verified_boot_key, in GetVerifiedBootParams() function in keymaster::test::TestContext
/system/keymaster/include/keymaster/
Dattestation_record.h230 GetVerifiedBootParams(keymaster_blob_t* /* verified_boot_key */, in GetVerifiedBootParams() function
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp479 keymaster_error_t SoftKeymasterContext::GetVerifiedBootParams( in GetVerifiedBootParams() function in keymaster::SoftKeymasterContext
Dpure_soft_keymaster_context.cpp447 keymaster_error_t PureSoftKeymasterContext::GetVerifiedBootParams( in GetVerifiedBootParams() function in keymaster::PureSoftKeymasterContext
/system/keymaster/km_openssl/
Dattestation_record.cpp406 keymaster_error_t error = context.GetVerifiedBootParams(&verified_boot_key, &verified_boot_hash, in build_attestation_record()