blob: e758e2ff84cc0747108ff55a086e0a4619251de9 [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;
Mate Toth-Palffba10e2021-09-22 21:38:03 +02004read key name aKey check keyDataVar;