Searched refs:TEE_Identity (Results 1 – 11 of 11) sorted by relevance
23 #define KERN_IDENTITY ((TEE_Identity *)-1)85 TEE_Identity clnt_id; /* Identify of client */108 const TEE_Identity *clnt_id,114 const TEE_Identity *clnt_id,120 const TEE_Identity *clnt_id);133 const TEE_Identity *clnt_id);
97 l = sizeof(TEE_Identity); in propget_get_ext_prop()209 TEE_Identity *p_identity_val = NULL; in TEE_GetPropertyAsString()216 if (tmp_len < sizeof(TEE_Identity)) in TEE_GetPropertyAsString()217 tmp_len = sizeof(TEE_Identity); in TEE_GetPropertyAsString()257 p_identity_val = ((TEE_Identity *)tmp_buf); in TEE_GetPropertyAsString()460 const char *name, TEE_Identity *value) in TEE_GetPropertyAsIdentity()464 uint32_t identity_len = sizeof(TEE_Identity); in TEE_GetPropertyAsIdentity()
26 TEE_Identity
173 if (*blen < sizeof(TEE_Identity)) { in get_prop_client_id()174 *blen = sizeof(TEE_Identity); in get_prop_client_id()177 *blen = sizeof(TEE_Identity); in get_prop_client_id()179 sizeof(TEE_Identity)); in get_prop_client_id()790 TEE_Identity *clnt_id = malloc(sizeof(TEE_Identity)); in syscall_open_ta_session()834 TEE_Identity clnt_id = { }; in syscall_close_ta_session()855 TEE_Identity clnt_id = { }; in syscall_invoke_ta_command()
330 TEE_Identity *clnt_id) in get_open_session_meta()369 TEE_Identity clnt_id = { }; in entry_open_session()
348 static TEE_Result check_client(struct tee_ta_session *s, const TEE_Identity *id) in check_client() 361 if (memcmp(&s->clnt_id, id, sizeof(TEE_Identity)) != 0) {460 const TEE_Identity *clnt_id) in tee_ta_close_session() 708 const TEE_Identity *clnt_id, in tee_ta_open_session() 780 const TEE_Identity *clnt_id, in tee_ta_invoke_command() 1023 const TEE_Identity *clnt_id) in tee_ta_session_is_cancelled()
68 TEE_Identity so_identity;74 TEE_Identity user_identity;
135 TEE_Identity identity = { }; in setup_so_identity_auth_from_client()158 TEE_Identity identity = { }; in setup_identity_auth_from_pin()257 TEE_Identity identity = { }; in verify_identity_auth()
37 } TEE_Identity; typedef
50 const char *name, TEE_Identity *value);
304 TEE_Identity id = { }; in TA_OpenSessionEntryPoint()