Home
last modified time | relevance | path

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

/hardware/qcom/keymaster/
Dkeymaster_qcom.cpp64 struct QSEECom_handle *qseecom; member
343 handle = (struct QSEECom_handle *)(km_handle->qseecom); in qcom_km_generate_keypair()
423 handle = (struct QSEECom_handle *)(km_handle->qseecom); in qcom_km_import_keypair()
507 handle = (struct QSEECom_handle *)(km_handle->qseecom); in qcom_km_sign_data()
607 handle = (struct QSEECom_handle *)(km_handle->qseecom); in qcom_km_verify_data()
668 if (km_handle->qseecom == NULL) { in qcom_km_close()
672 (*km_handle->QSEECom_shutdown_app)((struct QSEECom_handle **)&km_handle->qseecom); in qcom_km_close()
746 km_handle->qseecom = NULL; in qcom_km_open()
759 ret = (*km_handle->QSEECom_start_app)((struct QSEECom_handle **)&km_handle->qseecom, in qcom_km_open()