Name
FC_DigestInit - initialize a message-digest operation.
Syntax
CK_RV FC_DigestInit( CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism );
Parameters
hSession
- [in] session handle.
pMechanism
- [in] mechanism to be used for the subsequent digest operation.
Description
FC_DigestInit
initializes a message-digest operation.
A user may call FC_DigestInit
without logging into the token (to assume the NSS User role).