Home
last modified time | relevance | path

Searched refs:app_data_ptr (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp123 keymaster_blob_t* app_data_ptr = nullptr; in parseKeymaster1HwBlob() local
125 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in parseKeymaster1HwBlob()
130 app_data_ptr, &characteristics); in parseKeymaster1HwBlob()
Dsoft_keymaster_context.cpp344 keymaster_blob_t* app_data_ptr = nullptr; in ParseKeymaster1HwBlob() local
346 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in ParseKeymaster1HwBlob()
351 app_data_ptr, &characteristics); in ParseKeymaster1HwBlob()
/system/keymaster/legacy_support/
Dkeymaster1_engine.cpp343 keymaster_blob_t* app_data_ptr = nullptr; in GetKeymaster1PublicKey() local
345 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in GetKeymaster1PublicKey()
349 client_id_ptr, app_data_ptr, &export_data); in GetKeymaster1PublicKey()