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.cpp125 keymaster_blob_t* app_data_ptr = nullptr; in parseKeymaster1HwBlob() local
127 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in parseKeymaster1HwBlob()
132 app_data_ptr, &characteristics); in parseKeymaster1HwBlob()
Dsoft_keymaster_context.cpp347 keymaster_blob_t* app_data_ptr = nullptr; in ParseKeymaster1HwBlob() local
349 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in ParseKeymaster1HwBlob()
354 app_data_ptr, &characteristics); in ParseKeymaster1HwBlob()
/system/keymaster/legacy_support/
Dkeymaster1_engine.cpp346 keymaster_blob_t* app_data_ptr = nullptr; in GetKeymaster1PublicKey() local
348 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in GetKeymaster1PublicKey()
352 client_id_ptr, app_data_ptr, &export_data); in GetKeymaster1PublicKey()