| e3d26438 | 28-Apr-2022 |
Gagandeep Singh <[email protected]> |
crypto/dpaa2_sec: fix crypto operation pointer
Driver is filling the crypto_op variable with an invalid value for atomic and ordered events which can results into segmentation fault.
This patch ass
crypto/dpaa2_sec: fix crypto operation pointer
Driver is filling the crypto_op variable with an invalid value for atomic and ordered events which can results into segmentation fault.
This patch assigning the correct crypto_op and event buffer pointers by extracting from FD.
Fixes: a77db24643b7 ("crypto/dpaa2_sec: support atomic queues") Fixes: 4562de326d30 ("crypto/dpaa2_sec: support ordered queue") Cc: [email protected]
Signed-off-by: Gagandeep Singh <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
| e2b70a30 | 28-Apr-2022 |
Gagandeep Singh <[email protected]> |
crypto/dpaa2_sec: fix buffer pool ID check
Simple fd rely on bpid of the buffers whereas other FD types can support buffers without bpid of pool.
So moving the bpid check to simple fd to mbuf conve
crypto/dpaa2_sec: fix buffer pool ID check
Simple fd rely on bpid of the buffers whereas other FD types can support buffers without bpid of pool.
So moving the bpid check to simple fd to mbuf conversion function.
Fixes: 8d1f3a5d751b ("crypto/dpaa2_sec: support crypto operation") Cc: [email protected]
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 ...
|
| 45e01960 | 08-Sep-2021 |
Hemant Agrawal <[email protected]> |
crypto/dpaa2_sec: support integrity only PDCP
To support short MAC-I, integrity only case is required to be supported for PDCP.
Signed-off-by: Hemant Agrawal <[email protected]> Signed-off-by:
crypto/dpaa2_sec: support integrity only PDCP
To support short MAC-I, integrity only case is required to be supported for PDCP.
Signed-off-by: Hemant Agrawal <[email protected]> Signed-off-by: Gagandeep Singh <[email protected]>
show more ...
|