Searched refs:app_data_ptr (Results 1 – 3 of 3) sorted by relevance
125 keymaster_blob_t* app_data_ptr = nullptr; in parseKeymaster1HwBlob() local127 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in parseKeymaster1HwBlob()132 app_data_ptr, &characteristics); in parseKeymaster1HwBlob()
347 keymaster_blob_t* app_data_ptr = nullptr; in ParseKeymaster1HwBlob() local349 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in ParseKeymaster1HwBlob()354 app_data_ptr, &characteristics); in ParseKeymaster1HwBlob()
346 keymaster_blob_t* app_data_ptr = nullptr; in GetKeymaster1PublicKey() local348 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()