Searched hist:"9 dcd71c863a6f6476378d076d3e9189c854d49fd" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_skcipher.c | diff 9dcd71c863a6f6476378d076d3e9189c854d49fd Tue Sep 27 02:55:11 CDT 2022 Corentin Labbe <clabbe@baylibre.com> crypto: rockchip - Add support for RK3399
The RK3399 has 2 rk3288 compatible crypto device named crypto0 and crypto1. The only difference is lack of RSA in crypto1.
We need to add driver support for 2 parallel instance as only one need to register crypto algorithms. Then the driver will round robin each request on each device.
For avoiding complexity (device bringup after a TFM is created), PM is modified to be handled per request. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | rk3288_crypto_ahash.c | diff 9dcd71c863a6f6476378d076d3e9189c854d49fd Tue Sep 27 02:55:11 CDT 2022 Corentin Labbe <clabbe@baylibre.com> crypto: rockchip - Add support for RK3399
The RK3399 has 2 rk3288 compatible crypto device named crypto0 and crypto1. The only difference is lack of RSA in crypto1.
We need to add driver support for 2 parallel instance as only one need to register crypto algorithms. Then the driver will round robin each request on each device.
For avoiding complexity (device bringup after a TFM is created), PM is modified to be handled per request. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | rk3288_crypto.c | diff 9dcd71c863a6f6476378d076d3e9189c854d49fd Tue Sep 27 02:55:11 CDT 2022 Corentin Labbe <clabbe@baylibre.com> crypto: rockchip - Add support for RK3399
The RK3399 has 2 rk3288 compatible crypto device named crypto0 and crypto1. The only difference is lack of RSA in crypto1.
We need to add driver support for 2 parallel instance as only one need to register crypto algorithms. Then the driver will round robin each request on each device.
For avoiding complexity (device bringup after a TFM is created), PM is modified to be handled per request. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | rk3288_crypto.h | diff 9dcd71c863a6f6476378d076d3e9189c854d49fd Tue Sep 27 02:55:11 CDT 2022 Corentin Labbe <clabbe@baylibre.com> crypto: rockchip - Add support for RK3399
The RK3399 has 2 rk3288 compatible crypto device named crypto0 and crypto1. The only difference is lack of RSA in crypto1.
We need to add driver support for 2 parallel instance as only one need to register crypto algorithms. Then the driver will round robin each request on each device.
For avoiding complexity (device bringup after a TFM is created), PM is modified to be handled per request. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|