Re: [PATCH 1/2] tee: define session login identifiers

2021-11-08 Thread Patrick DELAUNAY
Hi On 5/12/21 5:05 PM, Etienne Carriere wrote: TEE header file defines a clnt_login field in struct tee_open_session_arg but does not define the values expected. This change define identifiers for the field using a enumerated type. Back end TEE driver is expected to convert these IDs into IDs me

Re: [PATCH 1/2] tee: define session login identifiers

2021-05-16 Thread Jens Wiklander
On Wed, May 12, 2021 at 5:06 PM Etienne Carriere wrote: > > TEE header file defines a clnt_login field in struct tee_open_session_arg > but does not define the values expected. This change define identifiers > for the field using a enumerated type. Back end TEE driver is expected to > convert thes

[PATCH 1/2] tee: define session login identifiers

2021-05-12 Thread Etienne Carriere
TEE header file defines a clnt_login field in struct tee_open_session_arg but does not define the values expected. This change define identifiers for the field using a enumerated type. Back end TEE driver is expected to convert these IDs into IDs meaningful to the TEE. Signed-off-by: Etienne Carri