Search completed in 0.86 seconds.
8 results for "FC_DecryptInit":
FC_DecryptInit
MozillaProjectsNSSReferenceFC DecryptInit
name fc_decryptinit - initialize a decryption operation.
... syntax ck_rv fc_decryptinit( ck_session_handle hsession, ck_mechanism_ptr pmechanism, ck_object_handle hkey ); parameters hsession [in] session handle.
... description fc_decryptinit initializes a decryption operation.
... a user must log into the token (to assume the nss user role) before calling fc_decryptinit.
FC_Decrypt
MozillaProjectsNSSReferenceFC Decrypt
description fc_decrypt decrypts a block of data according to the attributes of the previous call to fc_decryptinit.
... return value examples see also fc_decryptinit, nsc_decrypt ...
FC_DecryptUpdate
MozillaProjectsNSSReferenceFC DecryptUpdate
description fc_decryptupdate decrypts a block of data according to the attributes of the previous call to fc_decryptinit.
... return value examples see also fc_decryptinit, nsc_decryptupdate ...
Index
MozillaProjectsNSSIndex
237 fc_decryptinit 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_DecryptFinal
MozillaProjectsNSSReferenceFC DecryptFinal
return value examples see also fc_decryptinit, nsc_decryptfinal ...
FC_DecryptVerifyUpdate
MozillaProjectsNSSReferenceFC DecryptVerifyUpdate
after calling both fc_decryptinit and fc_verifyinit to set up the operations this function may be called multiple times.
FIPS mode of operation
MozillaProjectsNSSReferenceNSS cryptographic moduleFIPS mode of operation
fc_decryptinit fc_decrypt fc_decryptupdate fc_decryptfinal message digesting functions these functions support sha-1, sha-256, sha-384, and sha-512.