TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TF-M
/
tf-m-tools
/
28cce57201c1319b2c650f1bc95f623b50e3a7f7
/
.
/
tf_fuzz
/
demo
/
29
blob: 072b30d30171850fc8e4c3f4808d89a25a3c47d9 [
file
] [
log
] [
blame
]
purpose to create a key
,
then
read the key data
(
"material"
)
into
a variable
;
set
policy name somePolicy attr copy decrypt persistent alg xts
;
set
key name aKey data
*
policy somePolicy
;
read key name aKey check keyDataVar expect fail
;