TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TF-M
/
tf-m-tools
/
28cce57201c1319b2c650f1bc95f623b50e3a7f7
/
.
/
tf_fuzz
/
demo
/
31
blob: 18039a0d92dc5f9cc9803476dc4b7269b8311c0b [
file
] [
log
] [
blame
]
purpose to create a key
,
then
read the key data
(
"material"
)
into
a variable
;
set
policy name somePolicy attr sign verify copy alg arc4
;
set
key name aKey data
*
policy somePolicy
;
read key name aKey
print
;