commit | b963ff97fb982c33d1ca51b357d886a1ba5fc2dc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Aug 23 17:19:46 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 23 17:19:46 2022 +0000 |
tree | ca19da7ceefa07313ebc1e90dbe84cdbbb23ac3b | |
parent | 05ae1f5f10196de7fc8f6fb5b0d8e1d03fe9b94c [diff] | |
parent | 54020821f66c68327e1554f1eaee4b0b2b04d533 [diff] |
Merge "trusty: Increase size of ACVP shared memory"
diff --git a/trusty/utils/acvp/acvp_ipc.h b/trusty/utils/acvp/acvp_ipc.h index 300e05a..fc1c9d7 100644 --- a/trusty/utils/acvp/acvp_ipc.h +++ b/trusty/utils/acvp/acvp_ipc.h
@@ -45,7 +45,7 @@ * 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