> 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
> > > >
>
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
> 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_
> 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
> 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,
>
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
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
7 matches
Mail list logo