C
static void GenerateSessionKeys();
Description
Generates the session write keys and MAC secrets
Preconditions
The SSL buffer is allocated for temporary usage, session keys are synced, and the TX and RX buffers are allocated for S-boxes.
Returns
None
Side Effects
Destroys the SSL Buffer Space
Remarks
None