RE: [PATCH 1/2] security/keys/secure_key: Adds the secure key support based on CAAM.

2018-07-24 Thread Udit Agarwal
> On Fri, 2018-07-20 at 11:16 +0530, Udit Agarwal wrote: > > Secure keys are derieved using CAAM crypto block. > > > > Secure keys derieved are the random number symmetric keys from CAAM. > > Blobs corresponding to the key are formed using CAAM. User space will > >

[PATCH v2 2/2] encrypted_keys: Adds support for secure key-type as master key.

2018-07-23 Thread Udit Agarwal
Encrypted keys can use secure key-type as master key along with trusted/user keys. Secure key as master key uses, secure key type payload derieved using CAAM hardware. Signed-off-by: Udit Agarwal Reviewed-by: Sahil Malhotra --- MAINTAINERS | 1 + security

[PATCH v2 1/2] security/keys/secure_key: Adds the secure key support based on CAAM.

2018-07-23 Thread Udit Agarwal
Secure keys are derieved using CAAM crypto block. Secure keys derieved are the random number symmetric keys from CAAM. Blobs corresponding to the key are formed using CAAM. User space will only be able to view the blob of the key. Signed-off-by: Udit Agarwal Reviewed-by: Sahil Malhotra

RE: [PATCH 1/2] security/keys/secure_key: Adds the secure key support based on CAAM.

2018-07-21 Thread Udit Agarwal
secure keys could also be implemented using OPTEE. I will change the documentation in next patch version. Best regards, Udit Agarwal > -Original Message- > From: Jan Lübbe [mailto:j...@pengutronix.de] > Sent: Friday, July 20, 2018 2:11 PM > To: Udit Agarwal ; dhowe...@redh

[PATCH 1/2] security/keys/secure_key: Adds the secure key support based on CAAM.

2018-07-19 Thread Udit Agarwal
Secure keys are derieved using CAAM crypto block. Secure keys derieved are the random number symmetric keys from CAAM. Blobs corresponding to the key are formed using CAAM. User space will only be able to view the blob of the key. Signed-off-by: Udit Agarwal Reviewed-by: Sahil Malhotra

[PATCH 2/2] encrypted_keys: Adds support for secure key-type as master key.

2018-07-19 Thread Udit Agarwal
Encrypted keys can use secure key-type as master key along with trusted/user keys. Secure key as master key uses, secure key type payload derieved using CAAM hardware. Signed-off-by: Udit Agarwal Reviewed-by: Sahil Malhotra --- MAINTAINERS | 1 + security