OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QSEECOM_ALIGN
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/keymaster/
QSEEComAPI.h
29
#define
QSEECOM_ALIGN
(x) \
keymaster_qcom.cpp
346
QSEECOM_ALIGN
(sizeof(keymaster_gen_keypair_cmd_t)));
361
QSEECOM_ALIGN
(sizeof(keymaster_gen_keypair_cmd_t)), resp,
362
QSEECOM_ALIGN
(sizeof(keymaster_gen_keypair_resp_t)));
407
if (qcom_km_ION_memalloc(&ihandle,
QSEECOM_ALIGN
(key_length)) < 0) {
426
QSEECOM_ALIGN
(sizeof(keymaster_import_keypair_cmd_t)));
443
QSEECOM_ALIGN
(sizeof(*send_cmd)), resp,
444
QSEECOM_ALIGN
(sizeof(*resp)), &ion_fd_info);
523
QSEECOM_ALIGN
(sizeof(keymaster_sign_data_cmd_t)));
543
QSEECOM_ALIGN
(sizeof(*send_cmd)), resp,
544
QSEECOM_ALIGN
(sizeof(*resp)), &ion_fd_info)
[
all
...]
Completed in 649 milliseconds