Re: [PATCH v6 0/6] Drivers for Loongson security engine

2025-03-31 Thread Huacai Chen
Hi, Qunqin, On Thu, Mar 27, 2025 at 10:17 AM Qunqin Zhao wrote: > > Loongson security engine supports random number generation, hash, > symmetric encryption and asymmetric encryption. Based on these > encryption functions, TPM2 have been implemented in it. > > mfd is the baser driver, crypto and

[PATCH v6 0/6] Drivers for Loongson security engine

2025-03-26 Thread Qunqin Zhao
Loongson security engine supports random number generation, hash, symmetric encryption and asymmetric encryption. Based on these encryption functions, TPM2 have been implemented in it. mfd is the baser driver, crypto and tpm are users. v6: mfd :MFD_LS6000SE -> MFD_LOONGSON_SE, ls6000se.c -> loon