TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TF-M
/
tf-m-tools
/
abac0e56cde93989c2d22e01c035ac095b391cec
/
.
/
tf_fuzz
/
demo
/
28.test
blob: 0faee186553bfc89d7e725cdbbccae2509374f29 [
file
] [
log
] [
blame
]
purpose to create a key
,
then
read the key data
(
"material"
)
into
a variable
;
set
policy name somePolicy alg cfb attr noexport
volatile
valid
;
set
key name aKey data
*
policy somePolicy
;
read key name aKey
var
keyDataVar
;