Can't parse and decrypt SPC and CKC messages

Hello everyone,

I have captured SPC and CKC messages. I'm trying to parse it using verify_ckc tool, but I only get SPC encryption key and SPC encryption IV:

CKC/SPC Sanity Test v. 2.01

========================= Begin SPC Data ===============================
	 SPC container size 7296 
SPC Encryption Key - 
  a9 a6 8c 2b   62 2f 3a ee   bc 92 0c 4d   cb 07 d1 c7 
SPC Encryption IV - 
  75 7f f7 60   c9 d0 16 2a   7b 96 0e 42   e6 c3 3e 75 
================ SPC TLLV List ================
=========================== End SPC Data ================================= 
=========================== Begin CKC Data ================================= 
=========================== End CKC Data =================================

SPC binary message: https://www.icloud.com/iclouddrive/0c0hm06RJQpTlsWBB1ANb3OZw#SPC

CKC binary message: https://www.icloud.com/iclouddrive/016apmD_MZDFaGVNey_HA_17g#CKC

What is the problem?