Visit Mozilla.org

FC DigestInit

From MDC


[edit] Name

FC_DigestInit - initialize a message-digest operation.

[edit] Syntax

CK_RV FC_DigestInit(
  CK_SESSION_HANDLE hSession,
  CK_MECHANISM_PTR pMechanism
);

[edit] Parameters

hSession
[in] session handle.
pMechanism
[in] mechanism to be used for the subsequent digest operation.

[edit] 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).

[edit] Return value

[edit] Examples

[edit] See also