Generates a new, random, secure session key. 
- Resource Management:
 - This function allocates resources that must later be freed by calling PCRMem_Free.
 
- Returns
 - A new 32-byte session key. 
 
- Exceptions
 - 
  
    | NULL | is returned if there are insufficient resources to allocate a key.  |