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
345
QSEECOM_ALIGN
(sizeof(keymaster_gen_keypair_cmd_t)));
360
QSEECOM_ALIGN
(sizeof(keymaster_gen_keypair_cmd_t)), resp,
361
QSEECOM_ALIGN
(sizeof(keymaster_gen_keypair_resp_t)));
406
if (qcom_km_ION_memalloc(&ihandle,
QSEECOM_ALIGN
(key_length)) < 0) {
425
QSEECOM_ALIGN
(sizeof(keymaster_import_keypair_cmd_t)));
442
QSEECOM_ALIGN
(sizeof(*send_cmd)), resp,
443
QSEECOM_ALIGN
(sizeof(*resp)), &ion_fd_info);
522
QSEECOM_ALIGN
(sizeof(keymaster_sign_data_cmd_t)));
542
QSEECOM_ALIGN
(sizeof(*send_cmd)), resp,
543
QSEECOM_ALIGN
(sizeof(*resp)), &ion_fd_info)
[
all
...]
Completed in 25 milliseconds