aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorGary R Hook <[email protected]>2016-11-01 14:05:05 -0500
committerHerbert Xu <[email protected]>2016-11-13 17:44:59 +0800
commite6414b13ea39e3011901a84eb1bdefa65610b0f8 (patch)
tree52c50e2e9cdb102d86ae5a956b0bec84af084ec7 /tools/perf/scripts/python/bin/stackcollapse-report
parent89277a7d0ed49344be44e5383e56b10a1203f0c3 (diff)
crypto: ccp - Fix handling of RSA exponent on a v5 device
The exponent size in the ccp_op structure is in bits. A v5 CCP requires the exponent size to be in bytes, so convert the size from bits to bytes when populating the descriptor. The current code references the exponent in memory, but these fields have not been set since the exponent is actually store in the LSB. Populate the descriptor with the LSB location (address). Signed-off-by: Gary R Hook <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions