| c9e9ca7d | 01-Jul-2021 |
Michael Shamis <[email protected]> |
crypto/mvsam: update queue mapping comments
Till now comments explain queue mapping per one and two crypto devices. Now added comments for queue mapping for three crypto devices supported in CN9132.
crypto/mvsam: update queue mapping comments
Till now comments explain queue mapping per one and two crypto devices. Now added comments for queue mapping for three crypto devices supported in CN9132.
Signed-off-by: Michael Shamis <[email protected]> Reviewed-by: Liron Himi <[email protected]>
show more ...
|
| 03e73e85 | 01-Jul-2021 |
Dana Vardi <[email protected]> |
crypto/mvsam: fix session data reset
This patch fix wrong clear memory session pointer.
When call mrvl_crypto_pmd_sym_session_clear function, it might cause the following error: CRYPTODEV: set_sym_
crypto/mvsam: fix session data reset
This patch fix wrong clear memory session pointer.
When call mrvl_crypto_pmd_sym_session_clear function, it might cause the following error: CRYPTODEV: set_sym_session_private_data() line 497: Set private data for driver 1 not allowed
This fix set zeroes to mrvl_crypto_session pointer instead to rte_cryptodev_sym_session pointer, and will verify that rte_cryptodev_sym_session pointer will not lose data such as nb_drivers.
Bugzilla ID: 646 Fixes: 8a61c83af2fa ("crypto/mrvl: add mrvl crypto driver") Cc: [email protected]
Signed-off-by: Dana Vardi <[email protected]> Reviewed-by: Michael Shamis <[email protected]> Reviewed-by: Liron Himi <[email protected]>
show more ...
|
| 62f7513e | 01-Jul-2021 |
Michael Shamis <[email protected]> |
crypto/mvsam: fix capabilities
Increased AAD max size up to 64B and allowed AAD increment step 1B according to EIP197 token HW limitation. In addition, some capabilities were found incorrect due to
crypto/mvsam: fix capabilities
Increased AAD max size up to 64B and allowed AAD increment step 1B according to EIP197 token HW limitation. In addition, some capabilities were found incorrect due to running FIPS tests. The patch fix the capabilities.
Fixes: 8a61c83af2f ("crypto/mrvl: add mrvl crypto driver") Fixes: 2c22aa4f8f6 ("crypto/mvsam: update hash digest sizes") Fixes: a84226fc055 ("crypto/mvsam: support HMAC SHA224") Cc: [email protected]
Signed-off-by: Michael Shamis <[email protected]> Reviewed-by: Liron Himi <[email protected]> Tested-by: Liron Himi <[email protected]>
show more ...
|