OP-TEE / optee_os

Trusted side of the TEE
Other
1.59k stars 1.07k forks source link

drivers: caam: fix CFG_CORE_BIGNUM_MAX_BITS #7121

Closed sahilnxp closed 3 days ago

sahilnxp commented 4 days ago

CFG_CORE_BIGNUM_MAX_BITS should be 4576 4096 (RSA Max key size) + 8 * 60 (Header serialization and Black blob overhead in bytes)

sahilnxp commented 3 days ago

Thanks @jenswi-linaro, Tags updated.