Merge "trusty: Increase size of ACVP shared memory"

This commit is contained in:
Treehugger Robot 2022-08-23 17:19:46 +00:00 committed by Gerrit Code Review
commit b963ff97fb

View file

@ -45,7 +45,7 @@ extern "C" {
* This must be at least as long as the longest reply from the ACVP service
* (currently the reply from getConfig()).
*/
#define ACVP_MIN_SHARED_MEMORY 16384
#define ACVP_MIN_SHARED_MEMORY 32768
/**
* acvp_req - Request for the Trusty ACVP app