blob: 072b30d30171850fc8e4c3f4808d89a25a3c47d9 [file] [log] [blame]
Karl Zhang3de5ab12021-05-31 11:45:48 +08001purpose to create a key, then read the key data ("material") into a variable;
2set policy name somePolicy attr copy decrypt persistent alg xts;
3set key name aKey data * policy somePolicy;
4read key name aKey check keyDataVar expect fail;