Skip to content
Commit f139cfa7 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: tcrypt - Avoid using contiguous pages



If tcrypt is to be used as a run-time integrity test, it needs to be
more resilient in a hostile environment.  For a start allocating 32K
of physically contiguous memory is definitely out.

This patch teaches it to use separate pages instead.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a7581a01
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment