Searched refs:QSEECom_send_modified_cmd (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/keymaster/ |
D | keymaster_qcom.cpp | 71 int (*QSEECom_send_modified_cmd)(struct QSEECom_handle* handle, void *cbuf, member 442 ret = (*km_handle->QSEECom_send_modified_cmd)(handle, send_cmd, in qcom_km_import_keypair() 542 ret = (*km_handle->QSEECom_send_modified_cmd)(handle, send_cmd, in qcom_km_sign_data() 646 ret = (*km_handle->QSEECom_send_modified_cmd)(handle, send_cmd, in qcom_km_verify_data() 706 *(void **)(&km_handle->QSEECom_send_modified_cmd) = in qcom_km_get_lib_sym() 708 if (km_handle->QSEECom_send_modified_cmd == NULL) { in qcom_km_get_lib_sym()
|
D | QSEEComAPI.h | 228 int QSEECom_send_modified_cmd(struct QSEECom_handle *handle, void *send_buf,
|