mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
csrypto: ccp - Expand RSA support for a v5 ccp
A version 5 CCP can handle an RSA modulus up to 16k bits. Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -40,6 +40,7 @@ struct ccp_vdata {
|
||||
void (*setup)(struct ccp_device *);
|
||||
const struct ccp_actions *perform;
|
||||
const unsigned int offset;
|
||||
const unsigned int rsamax;
|
||||
};
|
||||
/* Structure to hold SP device data */
|
||||
struct sp_dev_vdata {
|
||||
|
||||
Reference in New Issue
Block a user