Hi NXP team,
I used the RT1046 as the encryption operation unit for DCP, setting GPR10 to use the key from OCOTP (SW_GP2), and then programmed the key(sw_key) into SW_GP2.
During testing, I found that the data encrypted with AES_ECB using kDCP_OtpKey and kDCP_OtpUniqueKey are identical, they also match the result when I directly use sw_key for AES_ECB encryption.
According to the Reference Manual, kDCP_OtpUniqueKey should be independent and not the same as kDCP_OtpKey. Why is this happening?