Searched refs:app_data_ptr (Results 1 – 3 of 3) sorted by relevance
123 keymaster_blob_t* app_data_ptr = nullptr; in parseKeymaster1HwBlob() local125 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in parseKeymaster1HwBlob()130 app_data_ptr, &characteristics); in parseKeymaster1HwBlob()
344 keymaster_blob_t* app_data_ptr = nullptr; in ParseKeymaster1HwBlob() local346 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data)) app_data_ptr = &app_data; in ParseKeymaster1HwBlob()351 app_data_ptr, &characteristics); in ParseKeymaster1HwBlob()
343 keymaster_blob_t* app_data_ptr = nullptr; in GetKeymaster1PublicKey() local345 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()