Re: [PATCH next v7 04/12] crypto: aspeed: Add AST2600 HACE support

2021-11-17 Thread Johnny Huang
> On 2021/11/16, 2:33 PM, "Joel Stanley" wrote: > > On Thu, 21 Oct 2021 at 02:13, ChiaWei Wang > wrote: > > > > > From: Joel Stanley > > > Sent: Thursday, October 21, 2021 8:08 AM > > > > > > On Wed, 20 Oct 2021 at 02:50, Chia-Wei Wang > > > wrote: > > > > > > > > From: Johnny Huang > > > > >

Re: [PATCH next v7 04/12] crypto: aspeed: Add AST2600 HACE support

2021-11-15 Thread Joel Stanley
On Thu, 21 Oct 2021 at 02:13, ChiaWei Wang wrote: > > > From: Joel Stanley > > Sent: Thursday, October 21, 2021 8:08 AM > > > > On Wed, 20 Oct 2021 at 02:50, Chia-Wei Wang > > wrote: > > > > > > From: Johnny Huang > > > > > > Hash and Crypto Engine (HACE) is designed to accelerate the throughpu

RE: [PATCH next v7 04/12] crypto: aspeed: Add AST2600 HACE support

2021-10-24 Thread ChiaWei Wang
> From: U-Boot On Behalf Of ChiaWei Wang > Sent: Thursday, October 21, 2021 9:57 AM > > > From: Dhananjay Phadke > > Sent: Thursday, October 21, 2021 9:33 AM > > > > On Wed, 20 Oct 2021, Chia-Wei Wang wrote: > > > > > +static const struct hash_ops aspeed_hace_ops = { > > > + .hash_init = aspeed_

RE: [PATCH next v7 04/12] crypto: aspeed: Add AST2600 HACE support

2021-10-20 Thread ChiaWei Wang
> From: Joel Stanley > Sent: Thursday, October 21, 2021 8:08 AM > > On Wed, 20 Oct 2021 at 02:50, Chia-Wei Wang > wrote: > > > > From: Johnny Huang > > > > Hash and Crypto Engine (HACE) is designed to accelerate the throughput > > of hash data digest, and symmetric-key encryption. > > > > Signe

RE: [PATCH next v7 04/12] crypto: aspeed: Add AST2600 HACE support

2021-10-20 Thread ChiaWei Wang
> From: Dhananjay Phadke > Sent: Thursday, October 21, 2021 9:33 AM > > On Wed, 20 Oct 2021, Chia-Wei Wang wrote: > > > +static const struct hash_ops aspeed_hace_ops = { > > + .hash_init = aspeed_hace_init, > > + .hash_update = aspeed_hace_update, > > + .hash_finish = aspeed_hace_finish, >

Re: [PATCH next v7 04/12] crypto: aspeed: Add AST2600 HACE support

2021-10-20 Thread Dhananjay Phadke
On Wed, 20 Oct 2021, Chia-Wei Wang wrote: > +static const struct hash_ops aspeed_hace_ops = { > + .hash_init = aspeed_hace_init, > + .hash_update = aspeed_hace_update, > + .hash_finish = aspeed_hace_finish, > + .hash_digest_wd = aspeed_hace_digest_wd, > + .hash_digest = aspe

Re: [PATCH next v7 04/12] crypto: aspeed: Add AST2600 HACE support

2021-10-20 Thread Joel Stanley
On Wed, 20 Oct 2021 at 02:50, Chia-Wei Wang wrote: > > From: Johnny Huang > > Hash and Crypto Engine (HACE) is designed to accelerate the > throughput of hash data digest, and symmetric-key encryption. > > Signed-off-by: Johnny Huang > Signed-off-by: Chia-Wei Wang I see you've re-written the d