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:
@@ -1112,6 +1112,7 @@ const struct ccp_vdata ccpv5a = {
|
||||
.setup = ccp5_config,
|
||||
.perform = &ccp5_actions,
|
||||
.offset = 0x0,
|
||||
.rsamax = CCP5_RSA_MAX_WIDTH,
|
||||
};
|
||||
|
||||
const struct ccp_vdata ccpv5b = {
|
||||
@@ -1120,4 +1121,5 @@ const struct ccp_vdata ccpv5b = {
|
||||
.setup = ccp5other_config,
|
||||
.perform = &ccp5_actions,
|
||||
.offset = 0x0,
|
||||
.rsamax = CCP5_RSA_MAX_WIDTH,
|
||||
};
|
||||
|
Reference in New Issue
Block a user