"crypto/testmgr.c" did not exist on "f139cfa7cdccd0b315fad098889897b5fcd389b0"
Herbert Xu
authored
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:
Herbert Xu <herbert@gondor.apana.org.au>