Hi all,
I am following AN12714[latest version] for encryption storage using CAAM secure keys.
I have successfully generated keys using caam-keygen.
I successfully added a key based on the generated black key in the key retention service using "keyctl"
Following is the output:
root@imx7-var-som:/# cat /data/caam/randomkey | keyctl padd logon logkey: @s
765699361
but when I check using keyctl then same id doesn't appear
Following is output:
root@imx7-var-som:/# keyctl list @s
1 key in keyring:
24465593: --alswrv 0 65534 keyring: _uid.0
Can anyone tell me what is reason?
My kernel version is 5.4.127
and keyutils version is 1.6.1
Regards,
dpatil