Search completed in 1.03 seconds.
9 results for "FC_DigestInit":
FC_DigestInit
MozillaProjectsNSSReferenceFC DigestInit
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.
... 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).
FC_Digest
MozillaProjectsNSSReferenceFC Digest
description fc_digest digests a message in a single operation according to the attributes of the previous call to fc_digestinit.
... return value examples see also fc_digestinit, nsc_digest ...
Index
MozillaProjectsNSSIndex
245 fc_digestinit nss no summary!
FC_DecryptDigestUpdate
MozillaProjectsNSSReferenceFC DecryptDigestUpdate
after calling both fc_decryptinit and fc_digestinit to set up the operations this function may be called multiple times.
FC_DigestEncryptUpdate
MozillaProjectsNSSReferenceFC DigestEncryptUpdate
after calling both fc_digestinit and fc_encryptinit to set up the operations this function may be called multiple times.
FC_DigestFinal
MozillaProjectsNSSReferenceFC DigestFinal
return value examples see also fc_digestinit, nsc_digestfinal ...
FC_DigestKey
MozillaProjectsNSSReferenceFC DigestKey
return value examples see also fc_digestinit, fc_digestfinal, nsc_digestkey ...
FC_DigestUpdate
MozillaProjectsNSSReferenceFC DigestUpdate
return value examples see also fc_digestinit, fc_digestfinal, nsc_digestupdate ...
FIPS mode of operation
MozillaProjectsNSSReferenceNSS cryptographic moduleFIPS mode of operation
fc_digestinit fc_digest fc_digestupdate fc_digestkey fc_digestfinal signature and mac generation functions these functions support dsa, rsa, ecdsa, and hmac.