| 76da1b51 | 28-Apr-2022 |
Gagandeep Singh <[email protected]> |
crypto/dpaa_sec: move cdb preparation to session create
Driver is preparing the shared descriptor of session while attaching the session to a queue pair. It should be prepared on session create.
Si
crypto/dpaa_sec: move cdb preparation to session create
Driver is preparing the shared descriptor of session while attaching the session to a queue pair. It should be prepared on session create.
Signed-off-by: Gagandeep Singh <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
| 8a3167db | 28-Apr-2022 |
Gagandeep Singh <[email protected]> |
crypto/dpaa_sec: enable QI physically
To perform crypto operations on DPAA platform, QI interface of HW must be enabled. Earlier DPAA crypto driver was dependent on kernel for QI enable. Now with th
crypto/dpaa_sec: enable QI physically
To perform crypto operations on DPAA platform, QI interface of HW must be enabled. Earlier DPAA crypto driver was dependent on kernel for QI enable. Now with this patch there is no such dependency on kernel.
Signed-off-by: Gagandeep Singh <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
| 8f4125c1 | 18-Nov-2021 |
Gagandeep Singh <[email protected]> |
drivers/crypto: return error for not supported SA lifetime
dpaa, dpaa2 and caam_jr drivers do not support SA expiry. This result in failure of test cases in test app. This patch returns ENOTSUP to s
drivers/crypto: return error for not supported SA lifetime
dpaa, dpaa2 and caam_jr drivers do not support SA expiry. This result in failure of test cases in test app. This patch returns ENOTSUP to skip the SA lifetime test cases.
Signed-off-by: Gagandeep Singh <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|