Searched refs:QSEECOM_ALIGN_SIZE (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/keymaster/
H A DQSEEComAPI.h27 #define QSEECOM_ALIGN_SIZE 0x40 macro
28 #define QSEECOM_ALIGN_MASK (QSEECOM_ALIGN_SIZE - 1)
30 ((x + QSEECOM_ALIGN_SIZE) & (~QSEECOM_ALIGN_MASK))

Completed in 52 milliseconds