Search completed in 1.01 seconds.
8 results for "FC_EncryptInit":
FC_EncryptInit
MozillaProjectsNSSReferenceFC EncryptInit
name fc_encryptinit - initialize an encryption operation.
... syntax ck_rv fc_encryptinit( ck_session_handle hsession, ck_mechanism_ptr pmechanism, ck_object_handle hkey ); parameters hsession[in] handle to the session.
... description fc_encryptinit initializes an encryption operation with the mechanism and key to be used.
... a user must log into the token (to assume the nss user role) before calling fc_encryptinit.
FC_Encrypt
MozillaProjectsNSSReferenceFC Encrypt
description fc_encrypt encrypts a block of data according to the attributes of the previous call to fc_encryptinit.
... return value examples see also fc_encryptinit, nsc_encrypt ...
FC_EncryptUpdate
MozillaProjectsNSSReferenceFC EncryptUpdate
description fc_encryptupdate encrypts a block of data according to the attributes of the previous call to fc_encryptinit.
... return value examples see also fc_encryptinit, nsc_encryptupdate ...
Index
MozillaProjectsNSSIndex
250 fc_encryptinit nss no summary!
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_EncryptFinal
MozillaProjectsNSSReferenceFC EncryptFinal
return value examples see also fc_encryptinit, nsc_encryptfinal ...
FC_SignEncryptUpdate
MozillaProjectsNSSReferenceFC SignEncryptUpdate
after calling both fc_signinit and fc_encryptinit to set up the operations this function may be called multiple times.
FIPS mode of operation
MozillaProjectsNSSReferenceNSS cryptographic moduleFIPS mode of operation
fc_encryptinit fc_encrypt fc_encryptupdate fc_encryptfinal decryption functions these functions support triple des and aes in ecb and cbc modes.