Search completed in 1.18 seconds.
6 results for "FC_SignInit":
FC_SignInit
MozillaProjectsNSSReferenceFC SignInit
name fc_signinit - initialize a signing operation.
... syntax ck_rv fc_signinit( ck_session_handle hsession, ck_mechanism_ptr pmechanism, ck_object_handle hkey ); parameters hsession [in] session handle.
... description fc_signinit initializes a signature operation.
... a user must log into the token (to assume the nss user role) before calling fc_signinit.
FC_Sign
MozillaProjectsNSSReferenceFC Sign
description fc_sign signs a message in a single operation according to the attributes of the previous call to fc_signinit.
... return value examples see also fc_signinit, nsc_sign ...
Index
MozillaProjectsNSSIndex
284 fc_signinit nss no summary!
FC_SignEncryptUpdate
MozillaProjectsNSSReferenceFC SignEncryptUpdate
after calling both fc_signinit and fc_encryptinit to set up the operations this function may be called multiple times.
FC_SignUpdate
MozillaProjectsNSSReferenceFC SignUpdate
return value examples see also fc_signinit, fc_signfinal, nsc_signupdate ...
FIPS mode of operation
MozillaProjectsNSSReferenceNSS cryptographic moduleFIPS mode of operation
fc_signinit fc_sign fc_signupdate fc_signfinal fc_signrecoverinit fc_signrecover signature and mac verification functions these functions support dsa, rsa, ecdsa, and hmac.