/hardware/ti/omap4-aah/security/tee_client_api/ |
schannel6_protocol.h | 128 S_HANDLE hBlock; 186 S_HANDLE hDeviceContext; 187 S_HANDLE hClientSession; 200 S_HANDLE hDeviceContext; 216 S_HANDLE hDeviceContext; 230 S_HANDLE hDeviceContext; 231 S_HANDLE hBlock; 241 S_HANDLE hDeviceContext; 242 S_HANDLE hClientSession; 253 S_HANDLE hDeviceContext [all...] |
/hardware/ti/omap4xxx/security/tee_client_api/ |
schannel6_protocol.h | 128 S_HANDLE hBlock; 186 S_HANDLE hDeviceContext; 187 S_HANDLE hClientSession; 200 S_HANDLE hDeviceContext; 216 S_HANDLE hDeviceContext; 230 S_HANDLE hDeviceContext; 231 S_HANDLE hBlock; 241 S_HANDLE hDeviceContext; 242 S_HANDLE hClientSession; 253 S_HANDLE hDeviceContext [all...] |
/system/bt/bta/gatt/ |
bta_gattc_cache.c | 96 p_cur_srvc->s_handle, p_cur_srvc->e_handle, 142 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]", 143 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary); 201 UINT16 s_handle, UINT16 e_handle, 212 p_new_srvc->s_handle = s_handle; 216 p_new_srvc->handle = s_handle; 348 *p_s_hdl = p_rec->s_handle; 353 *p_s_hdl = p_rec->s_handle + 1; 358 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle) [all...] |
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
mtc.c | 76 static S_RESULT static_getMonotonicCounter(S_HANDLE hCounter, 159 OUT S_HANDLE* phCounter) 221 nError = SMonotonicCounterGet((S_HANDLE)pSession, &nCounterValue); 224 SMonotonicCounterClose((S_HANDLE)pSession); 228 *phCounter = (S_HANDLE)pSession; 237 MTC_EXPORT void SMonotonicCounterClose(S_HANDLE hCounter) 263 S_HANDLE hCounter, 270 S_HANDLE hCounter,
|
pkcs11_internal.h | 135 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession);
|
pkcs11_global.c | 118 * S_HANDLE hSession: the session handle to check 126 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession)
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
mtc.c | 76 static S_RESULT static_getMonotonicCounter(S_HANDLE hCounter, 159 OUT S_HANDLE* phCounter) 221 nError = SMonotonicCounterGet((S_HANDLE)pSession, &nCounterValue); 224 SMonotonicCounterClose((S_HANDLE)pSession); 228 *phCounter = (S_HANDLE)pSession; 237 MTC_EXPORT void SMonotonicCounterClose(S_HANDLE hCounter) 263 S_HANDLE hCounter, 270 S_HANDLE hCounter,
|
pkcs11_internal.h | 135 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession);
|
pkcs11_global.c | 118 * S_HANDLE hSession: the session handle to check 126 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession)
|
/system/bt/stack/gatt/ |
gatt_cl.c | 87 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0) 91 cl_req.browse.s_handle = p_clcb->s_handle; 104 cl_req.find_type_value.s_handle = p_clcb->s_handle; 151 msg.browse.s_handle = p_clcb->s_handle; 167 msg.handle = p_clcb->s_handle; 180 msg.read_blob.handle = p_clcb->s_handle; [all...] |
gatt_attr.c | 324 p_clcb->s_handle = p_data->value.dclr_value.val_handle; 331 p_clcb->s_handle = p_data->handle; 404 srvc_disc_param.s_handle = 1; 412 srvc_disc_param.s_handle = 1; 420 srvc_disc_param.s_handle = p_clcb->s_handle; 426 ccc_value.handle = p_clcb->s_handle;
|
att_protocol.c | 164 p_buf->len = 5; /* opcode + s_handle + e_handle */ 167 UINT16_TO_STREAM(p, p_value_type->s_handle); 528 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) && 530 p_msg->browse.s_handle <= p_msg->browse.e_handle) 533 p_msg->browse.s_handle,
|
gatt_api.c | 165 s_hdl = p_list->asgn_range.s_handle; 212 p_list->asgn_range.s_handle = s_hdl; 255 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle, 293 p_incl_decl->asgn_range.s_handle, 438 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle ); 440 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) 855 if (!GATT_HANDLE_IS_VALID(p_param->s_handle) || 867 p_clcb->s_handle = p_param->s_handle; [all...] |
gatt_int.h | 106 UINT16 s_handle; /* starting handle */ member in struct:__anon72492 402 UINT16 s_handle; /* starting handle of the active request */ member in struct:__anon72510 461 UINT16 s_handle; member in struct:__anon72515 660 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle, 678 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service); 681 extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
|
gatt_db.c | 283 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle); 311 ** s_handle: starting handle of the range we are looking for. 325 UINT16 s_handle, 362 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) 440 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, 447 s_handle, e_handle, service.uu.uuid16); 449 if (service.len == 0 || s_handle == 0 || e_handle == 0) 459 p_attr->p_value->incl_handle.s_handle = s_handle; [all...] |
gatt_utils.c | 340 if (p_list->in_use && p_list->asgn_range.s_handle == handle) 660 if (p_new->asgn_range.s_handle > p_old->asgn_range.s_handle) [all...] |
/hardware/ti/omap4-aah/security/tf_sdk/include/ |
s_type.h | 113 typedef uint32_t S_HANDLE; 114 typedef S_HANDLE SM_HANDLE; 115 #define S_HANDLE_NULL ((S_HANDLE)0)
|
tee_client_api_imp.h | 51 S_HANDLE _hClientSession;
58 S_HANDLE _hBlock;
|
mtc.h | 81 S_HANDLE* phCounter);
83 void MTC_EXPORT SMonotonicCounterClose(S_HANDLE hCounter);
86 S_HANDLE hCounter,
90 S_HANDLE hCounter,
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
s_type.h | 113 typedef uint32_t S_HANDLE; 114 typedef S_HANDLE SM_HANDLE; 115 #define S_HANDLE_NULL ((S_HANDLE)0)
|
tee_client_api_imp.h | 51 S_HANDLE _hClientSession;
58 S_HANDLE _hBlock;
|
mtc.h | 81 S_HANDLE* phCounter);
83 void MTC_EXPORT SMonotonicCounterClose(S_HANDLE hCounter);
86 S_HANDLE hCounter,
90 S_HANDLE hCounter,
|
/system/bt/btif/src/ |
btif_gatt_test.c | 168 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle, 169 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle); 269 param.s_handle = params->u2;
|
/system/bt/stack/include/ |
gatt_api.h | 407 UINT16 s_handle; member in struct:__anon72736 429 UINT16 s_handle; member in struct:__anon72738 523 UINT16 s_handle; /* starting handle */ member in struct:__anon72747 608 UINT16 s_handle; member in struct:__anon72751 [all...] |
/system/bt/bta/include/ |
bta_gatt_api.h | 236 UINT16 s_handle; member in struct:__anon71943 433 UINT16 s_handle; member in struct:__anon71958 566 UINT16 s_handle; member in struct:__anon71968 [all...] |