Hi,
I already know that,and I've stated this in my previous posts.
My question for the last time is:
lets assume the following scenario:
Some customers will supply myself with the Values of M1,M2,M3 which are linked to a specific counter and a new key.
I have no other information, nothing else.
Can I calculate M4,M5 based only on values of M1,M2,M3 offline?
I KNOW HOW TO LOAD A KEY BY USING THE NXP SUPPLIED FUNCTIONS:
uint16_t LOAD_KEY(uint32_t *M4_out, uint32_t *M5_out, uint32_t *M1_in, uint32_t *M2_in, uint32_t *M3_in, uint8_t key_id)
AS I HAVE DONE IT MYSELF AND GET M4/M5, I want to use the offline calculation as a check to LOAD_KEY routine.
I do appreciate your effort in answering my question, it could be my English which is misunderstood, but at this point I think you could share this with an expert colleague where he/she might know this.
BR