commit | 1d97dd74cd128edd7ad45b725603444333c7b262 | [log] [tgz] |
---|---|---|
author | Sieu Mun Tang <sieu.mun.tang@intel.com> | Thu Apr 28 16:23:20 2022 +0800 |
committer | Sieu Mun Tang <sieu.mun.tang@intel.com> | Wed May 11 17:45:55 2022 +0800 |
tree | b974bf0a0d40c3173212ffc6c6f5708688892482 | |
parent | dcb144f1fbcef73ddcc448d5ed6134aa279069b6 [diff] |
fix(intel): extending to support large file size for SHA-2 ECDSA data signing and signature verifying This patch is to extend to support large file size for SHA-2 ECDSA data signing and signature verifying. The large file will be split into smaller chunk and send using initialize, update and finalize staging method. Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com> Change-Id: If277b2b375a404fe44b0858006c8ba6316a5ce23