Hi!
I am experimenting with encrypted boot on an i.MX6 board, and I noticed something strange when generating a DEK_BLOB from my signed u-boot.
Whenever I generate a BLOB using the same dek.bin file, the resulting blob is different. I mean generating the blob with the same dek.bin on the exact same chip.
I would expect a chip with the same DEK and the same OCOTP to always generate the same BLOB.
Is this normal?
Also I am using a 192-bit key and getting an 80 byte (0x50) size BLOB. Is that correct?