Home
last modified time | relevance | path

Searched refs:TEE_Identity (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/include/kernel/
H A Dtee_ta_manager.h23 #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);
/optee_os/lib/libutee/
H A Dtee_api_property.c97 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()
/optee_os/
H A Dtypedefs.checkpatch26 TEE_Identity
/optee_os/core/tee/
H A Dtee_svc.c173 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()
H A Dentry_std.c330 TEE_Identity *clnt_id) in get_open_session_meta()
369 TEE_Identity clnt_id = { }; in entry_open_session()
/optee_os/core/kernel/
H A Dtee_ta_manager.c348 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()
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.h68 TEE_Identity so_identity;
74 TEE_Identity user_identity;
H A Dpersistent_token.c135 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()
/optee_os/lib/libutee/include/
H A Dtee_api_types.h37 } TEE_Identity; typedef
H A Dtee_internal_api.h50 const char *name, TEE_Identity *value);
/optee_os/ta/trusted_keys/
H A Dentry.c304 TEE_Identity id = { }; in TA_OpenSessionEntryPoint()