Hi All,
I'm working on Security Access 0x27. For the seed request, the Csm_RandomGenerate function will generate a 15 byte Random Number which is part of seed. The control eventually reaches the Csec_GenerateRnd function to generate random numbers.
I'm facing an issue with Csec_GenerateRnd function, the Csec_eState variable has to be in CSEC_IDLE state for it to give the response needed. But initially the state of Csec_eState comes as "unknown". On forcing it to CSEC_IDLE state from the next iteration onwards, I am getting positive response. what is the reason of this behaviour?