Thanks Yuri,
I am trying to restructure sm_test driver for a POC where i can encapsulate block key & encrypted data from sm_test driver and store it in user space in hard disk.
and later ( maybe after reboot) I will pass this key and Encrypted data to same driver to decrypt and print original data.
This this is being done is open config hence on multiple boards (wandboards) I can see same encrypted key and encrypted data.
Now the query is, Will it be different in case I used closed config and can be decrypted by same board only.
Thanks a lot for your support.