Search completed in 0.97 seconds.
9 results for "FC_Sign":
FC_SignFinal
MozillaProjectsNSSReferenceFC SignFinal
name fc_signfinal - finish a multi-part signing operation.
... syntax ck_rv fc_signfinal( ck_session_handle hsession, ck_byte_ptr psignature, ck_ulong_ptr pussignaturelen ); parameters hsession [in] session handle.
... description fc_signfinal finishes a multi-part signing operation by returning the complete signature and clearing the operation context.
...And 3 more matches
FC_SignUpdate
MozillaProjectsNSSReferenceFC SignUpdate
name fc_signupdate - process the next block of a multi-part signing operation.
... syntax ck_rv fc_signupdate( ck_session_handle hsession, ck_byte_ptr ppart, ck_ulong uspartlen ); parameters hsession [in] session handle.
... description fc_signupdate starts or continues a multi-part signature operation.
...And 3 more matches
FC_Sign
MozillaProjectsNSSReferenceFC Sign
name fc_sign - sign a block of data.
... syntax ck_rv fc_sign( ck_session_handle hsession, ck_byte_ptr pdata, ck_ulong usdatalen, ck_byte_ptr psignature, ck_ulong_ptr pussignaturelen ); parameters hsession [in] session handle.
... description fc_sign signs a message in a single operation according to the attributes of the previous call to fc_signinit.
...And 2 more matches
FC_SignEncryptUpdate
MozillaProjectsNSSReferenceFC SignEncryptUpdate
name fc_signencryptupdate - continue a multi-part signing and encryption operation syntax ck_rv fc_signencryptupdate( ck_session_handle hsession, ck_byte_ptr ppart, ck_ulong ulpartlen, ck_byte_ptr pencryptedpart, ck_ulong_ptr pulencryptedpartlen ); parameters hsession [in] session handle.
... description fc_signencryptupdate continues a multi-part signature and encryption operation.
... after calling both fc_signinit and fc_encryptinit to set up the operations this function may be called multiple times.
...And 2 more matches
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.
...And 2 more matches
FC_SignRecover
MozillaProjectsNSSReferenceFC SignRecover
name fc_signrecover - sign data in a single recoverable operation.
... syntax ck_rv fc_signrecover( ck_session_handle hsession, ck_byte_ptr pdata, ck_ulong usdatalen, ck_byte_ptr psignature, ck_ulong_ptr pussignaturelen ); parameters hsession [in] session handle.
... description fc_signrecover signs data in a single operation where the (digest) data can be recovered from the signature.
...a user must log into the token (to assume the nss user role) before calling fc_signrecover.
FC_SignRecoverInit
MozillaProjectsNSSReferenceFC SignRecoverInit
name fc_signrecoverinit - initialize a sign recover operation.
... syntax ck_rv fc_signrecoverinit( ck_session_handle hsession, ck_mechanism_ptr pmechanism, ck_object_handle hkey ); parameters hsession [in] session handle.
... description fc_signrecoverinit initializes a initializes a signature operation where the (digest) data can be recovered from the signature.
... a user must log into the token (to assume the nss user role) before calling fc_signrecoverinit.
Index
MozillaProjectsNSSIndex
281 fc_sign nss no summary!
... 282 fc_signencryptupdate nss no summary!
... 283 fc_signfinal nss no summary!
...And 4 more matches
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.
... fc_verifyinit fc_verify fc_verifyupdate fc_verifyfinal fc_verifyrecoverinit fc_verifyrecover dual-function cryptographic functions fc_digestencryptupdate fc_decryptdigestupdate fc_signencryptupdate fc_decryptverifyupdate key management functions fc_generatekey: dsa domain parameters (pqg) fc_generatekeypair: dsa, rsa, and ecdsa.