The dd command will work. I've been using it to test a tool of mine :P.
Try running
Code:
dd if=/dev/ps3db bs=1024 count=1 skip=$((0x10000)) | hexdump -C
That should get you the superblock of the UFS2 fs. Or get the partition table from ps3da, it will be very easy to tell wether it's decrypted or not.
Just make sure that you haven't played around with graf's tools too much before starting it (restart your ps3 first
).
There are those commands, but I'm not sure how to use them, and they seem to only be used within the HV internally. Even graf says they cannot be used by ioctl.