Expected values of key and IV in sp1.bin/ckc1.bin?

I'm trying to get my KSM working, and want to make sure that I'm creating the CKC for a given SPC correctly.


To do that, I'm using the SPC data in the SDK and the CKC that it goes with.


When I parse the data and look at the key and iv values from the CKC, I'm seeing this:


ck tag iv:        0xd5fbd6b82ed93e4ef98ae40931ee33b7
ck tag key (enc): 0x3d564397878b7043e15431f1f86bc562
ck tag key (dec): 0x3b3b3b3b3b3b3b3b3b3b3b3b3b3b3b3b


Looking in the "Test Streams" directory of the SDK those values look close, but not exactly correct - the Key.txt file shows the iv as the same value, but the key as "0x3c3c3c3c3c3c3c3c3c3c3c3c3c3c3c3c" - but I'm not positive that those are supposed to match or not.


That leads me to my topic title - what are the expected values of key and IV in sp1.bin/ckc1.bin?


Larry