Search completed in 1.30 seconds.
4 results for "FC_GetOperationState":
FC_GetOperationState
MozillaProjectsNSSReferenceFC GetOperationState
name fc_getoperationstate - get the cryptographic operation state of a session.
... syntax ck_rv fc_getoperationstate( ck_session_handle hsession, ck_byte_ptr poperationstate, ck_ulong_ptr puloperationstatelen ); parameters hsession [in] handle of the open session.
... description fc_getoperationstate saves the state of the cryptographic operation in a session.
...therefore, a user may call fc_getoperationstate without logging into the token (to assume the nss user role).
FC_SetOperationState
MozillaProjectsNSSReferenceFC SetOperationState
description fc_setoperationstate restores the cryptographic operations state of a session from an array of bytes obtained with fc_getoperationstate.
... return value examples see also fc_getoperationstate, nsc_setoperationstate ...
Index
MozillaProjectsNSSIndex
266 fc_getoperationstate nss no summary!
FIPS mode of operation
MozillaProjectsNSSReferenceNSS cryptographic moduleFIPS mode of operation
general-purpose functions fc_getfunctionlist fc_initialize fc_finalize fc_getinfo slot and token management functions fc_getslotlist fc_getslotinfo fc_gettokeninfo fc_waitforslotevent fc_getmechanismlist fc_getmechanisminfo fc_inittoken fc_initpin fc_setpin session management functions fc_opensession fc_closesession fc_closeallsessions fc_getsessioninfo fc_getoperationstate fc_setoperationstate fc_login fc_logout object management functions these functions manage certificates and keys.