Searched refs:km_handle (Results 1 – 1 of 1) sorted by relevance
340 struct qcom_keymaster_handle *km_handle =(struct qcom_keymaster_handle *)dev->context; in qcom_km_generate_keypair() local343 handle = (struct QSEECom_handle *)(km_handle->qseecom); in qcom_km_generate_keypair()354 ret = (*km_handle->QSEECom_set_bandwidth)(handle, true); in qcom_km_generate_keypair()360 ret = (*km_handle->QSEECom_send_cmd)(handle, send_cmd, in qcom_km_generate_keypair()364 if((*km_handle->QSEECom_set_bandwidth)(handle, false)) in qcom_km_generate_keypair()421 struct qcom_keymaster_handle *km_handle =(struct qcom_keymaster_handle *)dev->context; in qcom_km_import_keypair() local423 handle = (struct QSEECom_handle *)(km_handle->qseecom); in qcom_km_import_keypair()436 ret = (*km_handle->QSEECom_set_bandwidth)(handle, true); in qcom_km_import_keypair()442 ret = (*km_handle->QSEECom_send_modified_cmd)(handle, send_cmd, in qcom_km_import_keypair()446 if((*km_handle->QSEECom_set_bandwidth)(handle, false)) in qcom_km_import_keypair()[all …]