FC_GenerateKey - generate a new key
CK_RV FC_GenerateKey( CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_OBJECT_HANDLE_PTR phKey );
hSessionpMechanismpTemplateulCountphKeyFC_GenerateKey generates a secret key, creating a new key object. The handle of new key is returned.
A user must log into the token (to assume the NSS User role) before calling FC_GenerateKey.