Searched refs:QSEECom_handle (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/keymaster/ |
D | QSEEComAPI.h | 54 struct QSEECom_handle { struct 95 int QSEECom_start_app(struct QSEECom_handle **clnt_handle, const char *path, 110 int QSEECom_shutdown_app(struct QSEECom_handle **handle); 126 int QSEECom_load_external_elf(struct QSEECom_handle **clnt_handle, const char *path, 139 int QSEECom_unload_external_elf(struct QSEECom_handle **handle); 155 int QSEECom_register_listener(struct QSEECom_handle **handle, 166 int QSEECom_unregister_listener(struct QSEECom_handle *handle); 193 int QSEECom_send_cmd(struct QSEECom_handle *handle, void *send_buf, 228 int QSEECom_send_modified_cmd(struct QSEECom_handle *handle, void *send_buf, 242 int QSEECom_receive_req(struct QSEECom_handle *handle, [all …]
|
D | keymaster_qcom.cpp | 64 struct QSEECom_handle *qseecom; 66 int (*QSEECom_start_app)(struct QSEECom_handle ** handle, char* path, 68 int (*QSEECom_shutdown_app)(struct QSEECom_handle **handle); 69 int (*QSEECom_send_cmd)(struct QSEECom_handle* handle, void *cbuf, 71 int (*QSEECom_send_modified_cmd)(struct QSEECom_handle* handle, void *cbuf, 74 int (*QSEECom_set_bandwidth)(struct QSEECom_handle* handle, bool high); 339 struct QSEECom_handle *handle = NULL; in qcom_km_generate_keypair() 343 handle = (struct QSEECom_handle *)(km_handle->qseecom); in qcom_km_generate_keypair() 418 struct QSEECom_handle *handle = NULL; in qcom_km_import_keypair() 423 handle = (struct QSEECom_handle *)(km_handle->qseecom); in qcom_km_import_keypair() [all …]
|