HomeSort by relevance Sort by last modified time
    Searched refs:send_cmd (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/keymaster/
keymaster_qcom.cpp 335 keymaster_gen_keypair_cmd_t *send_cmd = NULL; local
342 send_cmd = (keymaster_gen_keypair_cmd_t *)handle->ion_sbuffer;
345 send_cmd->cmd_id = KEYMASTER_GENERATE_KEYPAIR;
346 send_cmd->key_type = key_type;
347 send_cmd->rsa_params.modulus_size = rsa_params->modulus_size;
348 send_cmd->rsa_params.public_exponent = rsa_params->public_exponent;
352 ret = (*km_handle->QSEECom_send_cmd)(handle, send_cmd,
408 keymaster_import_keypair_cmd_t *send_cmd = NULL; local
413 send_cmd = (keymaster_import_keypair_cmd_t *)handle->ion_sbuffer;
416 send_cmd->cmd_id = KEYMASTER_IMPORT_KEYPAIR
480 keymaster_sign_data_cmd_t *send_cmd = NULL; local
568 keymaster_verify_data_cmd_t *send_cmd = NULL; local
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 867 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_cmd.pipe)) != NULL)
869 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_cmd.pipe);
872 &&((app_handle == p_evt_data->send_cmd.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
882 nfa_hci_cb.pipe_in_use = p_evt_data->send_cmd.pipe;
883 if ((status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, p_evt_data->send_cmd.cmd_code,
884 p_evt_data->send_cmd.cmd_len, p_evt_data->send_cmd.data)) == NFA_STATUS_OK)
900 NFA_TRACE_WARNING1 ("nfa_hci_api_send_cmd pipe:%d not found", p_evt_data->send_cmd.pipe);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 305 tNFA_HCI_API_SEND_CMD_EVT send_cmd; /* Send a event on a pipe to a host */ member in union:__anon10455

Completed in 913 milliseconds