Searched refs:uint32_t (Results 1 - 25 of 478) sorted by relevance

1234567891011>>

/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlTeeKeymaster_Api.h61 uint32_t len; /**< Length of data to process */
70 uint32_t len;
82 uint32_t type; /**< Key pair type. RSA or RSACRT */
83 uint32_t keysize; /**< Key size in bits, e.g. 1024, 2048,.. */
84 uint32_t exponent; /**< Exponent number */
85 uint32_t keydata; /**< Key data buffer passed by TLC */
86 uint32_t keydatalen; /**< Length of key data buffer */
87 uint32_t solen; /**< Secure object length (of key data) (provided by the trustlet) */
95 uint32_t keydata; /**< Key data buffer */
96 uint32_t keydatale
[all...]
H A DtlcTeeKeymaster_if.h100 uint32_t lenprimod; /**< Private key modulus length */
101 uint32_t lenpriexp; /**< Private key exponent length */
109 uint32_t lenprimod; /**< Private key modulus length */
110 uint32_t lenp; /**< Prime p length */
111 uint32_t lenq; /**< Prime q length */
112 uint32_t lendp; /**< DP length */
113 uint32_t lendq; /**< DQ length */
114 uint32_t lenqinv; /**< QP length */
122 uint32_t keytype; /**< Key type, e.g. RSA */
123 uint32_t keysiz
[all...]
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcVersionInfo.h42 uint32_t versionMci; /** < Version of Mobicore Control Interface */
43 uint32_t versionSo; /** < Version of Secure Objects */
44 uint32_t versionMclf; /** < Version of MobiCore Load Format */
45 uint32_t versionContainer; /** < Version of MobiCore Container Format */
46 uint32_t versionMcConfig; /** < Version of MobiCore Configuration Block Format */
47 uint32_t versionTlApi; /** < Version of MobiCore Trustlet API Implementation */
48 uint32_t versionDrApi; /** < Version of MobiCore Driver API Implementation */
49 uint32_t versionCmp; /** < Version of Content Management Protocol */
H A DmcSuid.h42 uint8_t data[MC_SUID_LEN - sizeof(uint32_t)];
47 uint32_t sipId; /**< Silicon Provider ID to be set during build. */
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
H A Domx_rpc_skel.h72 RPC_OMX_ERRORTYPE RPC_SKEL_GetHandle(uint32_t size, uint32_t * data);
73 RPC_OMX_ERRORTYPE RPC_SKEL_SetParameter(uint32_t size,
74 uint32_t * data);
75 RPC_OMX_ERRORTYPE RPC_SKEL_GetParameter(uint32_t size,
76 uint32_t * data);
77 RPC_OMX_ERRORTYPE RPC_SKEL_FreeHandle(uint32_t size, uint32_t * data);
78 RPC_OMX_ERRORTYPE RPC_SKEL_EmptyThisBuffer(uint32_t size,
79 uint32_t * dat
[all...]
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
H A Dmcifc.h42 #define MC_FC_INVALID ((uint32_t) 0 ) /**< Invalid FastCall ID */
43 #define MC_FC_INIT ((uint32_t)(-1)) /**< Initializing FastCall. */
44 #define MC_FC_INFO ((uint32_t)(-2)) /**< Info FastCall. */
48 #define MC_FC_SLEEP ((uint32_t)(-3)) /**< enter power-sleep */
49 #define MC_FC_AFTR ((uint32_t)(-5)) /**< enter AFTR-sleep (called from core-0) */
51 #define MC_FC_CORE_X_WAKEUP ((uint32_t)(-4)) /**< wakeup/boot core-x (optional core-number in r1, not "0" ) */
52 #define MC_FC_C15_RESUME ((uint32_t)(-11)) /**< Write power control & diag registers */
53 #define MC_FC_CMD_SAVE ((uint32_t)(-6)) /**< Save core context to CP15 table(r1 is core number) */
54 #define MC_FC_CMD_SHUTDOWN ((uint32_t)(-7)) /**< Shutdown core(r1 is core number, cache flush is expected) */
56 #define MC_FC_L2X0_CTRL ((uint32_t)(
[all...]
H A Dmcifcfunc.h68 uint32_t r0;
69 uint32_t r1;
70 uint32_t r2;
71 uint32_t r3;
78 uint32_t r0,
79 uint32_t r1,
80 uint32_t r2,
81 uint32_t r3
88 uint32_t r0,
89 uint32_t r
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.h60 mcResult_t mapWsm(uint32_t len,
61 uint32_t *pHandle,
78 uint32_t len,
79 uint32_t *pHandle,
88 uint32_t len,
89 uint32_t *pHandle,
93 int read(addr_t buffer, uint32_t len);
95 bool waitSSIQ(uint32_t *pCnt);
97 int fcInit(uint32_t nqOffset,
98 uint32_t nqLengt
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/
H A DMobiCoreDriverCmd.h57 uint32_t commandId;
62 uint32_t responseId;
70 uint32_t commandId;
71 uint32_t deviceId;
80 uint32_t commandId;
89 uint32_t commandId;
90 uint32_t deviceId;
92 uint32_t tci;
93 uint32_t handle;
94 uint32_t le
[all...]
/hardware/samsung_slsi/exynos5/mobicore/include/Public/
H A Dmc_linux.h68 uint32_t nq_offset;
70 uint32_t nq_length;
72 uint32_t mcp_offset;
74 uint32_t mcp_length;
83 uint32_t ext_info_id; /**< extended info ID */
84 uint32_t state; /**< state */
85 uint32_t ext_info; /**< extended info */
103 uint32_t handle; /**< WSM handle */
118 uint32_t buffer; /**< base address of the virtual address */
119 uint32_t le
[all...]
/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtci.h21 typedef uint32_t tciCommandId_t;
22 typedef uint32_t tciResponseId_t;
23 typedef uint32_t tciReturnCode_t;
27 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK)
28 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0)
29 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK)
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dlib_manifest2.h67 uint32_t nType;
69 uint32_t nManifestLength;
70 uint32_t nOffset;
71 uint32_t nLine;
72 uint32_t nSectionStartOffset;
96 OUT uint32_t* pNameLength,
98 OUT uint32_t* pValueLength);
102 uint32_t* pnItemCount);
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h66 uint32_t stream_id;
70 uint32_t frame_idx;
75 uint32_t frame_len;
90 uint32_t camera_handle;
91 uint32_t ch_id;
104 uint32_t status;
113 typedef void (*mm_camera_event_notify_t)(uint32_t camera_handle,
135 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
138 uint32_t size,
150 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_id
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.h99 void notify(uint32_t sessionId);
103 uint32_t getMobicoreStatus(void);
108 bool getMciInstance(uint32_t len, CWsm_ptr *mci, bool *reused);
112 CWsm_ptr registerWsmL2(addr_t buffer, uint32_t len, uint32_t pid);
116 bool lockWsmL2(uint32_t handle);
118 bool unlockWsmL2(uint32_t handle);
120 addr_t findWsmL2(uint32_t handle);
122 bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *le
[all...]
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_gemini.h50 uint32_t type;
51 uint32_t len;
60 uint32_t type;
64 uint32_t y_off;
65 uint32_t y_len;
66 uint32_t framedone_len;
67 uint32_t cbcr_off;
69 uint32_t cbcr_len;
70 uint32_t num_of_mcu_rows;
71 uint32_t offse
[all...]
H A Dmsm_mercury.h69 uint32_t type;
70 uint32_t len;
75 uint32_t type;
79 uint32_t y_off;
80 uint32_t y_len;
81 uint32_t framedone_len;
82 uint32_t cbcr_off;
84 uint32_t cbcr_len;
85 uint32_t num_of_mcu_rows;
86 uint32_t offse
[all...]
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_gemini.h59 uint32_t type;
60 uint32_t len;
69 uint32_t type;
74 uint32_t y_off;
75 uint32_t y_len;
76 uint32_t framedone_len;
78 uint32_t cbcr_off;
79 uint32_t cbcr_len;
81 uint32_t num_of_mcu_rows;
82 uint32_t offse
[all...]
H A Dmsm_mercury.h79 uint32_t type;
80 uint32_t len;
85 uint32_t type;
88 uint32_t y_off;
89 uint32_t y_len;
90 uint32_t framedone_len;
91 uint32_t cbcr_off;
92 uint32_t cbcr_len;
93 uint32_t num_of_mcu_rows;
94 uint32_t offse
[all...]
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_mercury.h69 uint32_t type;
70 uint32_t len;
75 uint32_t type;
79 uint32_t y_off;
80 uint32_t y_len;
81 uint32_t framedone_len;
82 uint32_t cbcr_off;
84 uint32_t cbcr_len;
85 uint32_t num_of_mcu_rows;
86 uint32_t offse
[all...]
H A Dmsmb_generic_buf_mgr.h22 uint32_t session_id;
24 uint32_t stream_id;
25 uint32_t frame_id;
27 uint32_t index;
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_mercury.h79 uint32_t type;
80 uint32_t len;
85 uint32_t type;
88 uint32_t y_off;
89 uint32_t y_len;
90 uint32_t framedone_len;
91 uint32_t cbcr_off;
92 uint32_t cbcr_len;
93 uint32_t num_of_mcu_rows;
94 uint32_t offse
[all...]
H A Dmsmb_generic_buf_mgr.h5 uint32_t session_id;
6 uint32_t stream_id;
7 uint32_t frame_id;
9 uint32_t index;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
H A DMobiCoreDevice.h64 uint32_t offs; /**< Offset to the data. */
65 uint32_t len; /**< Length of the data to load. */
120 TrustletSession *getTrustletSession(uint32_t sessionId);
123 void removeTrustletSession(uint32_t sessionId);
125 Connection *getSessionConnection(uint32_t sessionId, notification_t *notification);
140 mcResult_t closeSession(uint32_t sessionId);
143 mcResult_t closeSession(Connection *deviceConnection, uint32_t sessionId);
145 virtual void notify(uint32_t sessionId) = 0;
147 mcResult_t mapBulk(uint32_t sessionId, uint32_t handl
[all...]
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dtee_client_api_ex.h46 uint32_t x;
47 uint32_t y;
61 uint32_t pageSize;
62 uint32_t tmprefMaxSize;
63 uint32_t sharedMemMaxSize;
64 uint32_t nReserved3;
65 uint32_t nReserved4;
66 uint32_t nReserved5;
67 uint32_t nReserved6;
68 uint32_t nReserved
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A Dfimc-is-metadata.h22 uint32_t num;
24 uint32_t den;
36 uint32_t id;
40 uint32_t frameCount;
44 uint32_t id;
46 uint32_t frameCount;
60 uint32_t focusDistance;
69 uint32_t focusDistance;
86 uint32_t shadingMapSize;
89 uint32_t geometricCorrectionMapSiz
[all...]

Completed in 651 milliseconds

1234567891011>>