Search completed in 1.10 seconds.
5 results for "FC_FindObjects":
FC_FindObjectsInit
MozillaProjectsNSSReferenceFC FindObjectsInit
name fc_findobjectsinit - initialize the parameters for an object search.
... syntax ck_rv fc_findobjectsinit( ck_session_handle hsession, ck_attribute_ptr ptemplate, ck_ulong uscount ); parameters hsession [in] session handle.
... description fc_findobjectsinit sets the attribute list for an object search.
...And 2 more matches
FC_FindObjects
MozillaProjectsNSSReferenceFC FindObjects
name fc_findobjects - search for one or more objects syntax ck_rv fc_findobjects( ck_session_handle hsession, ck_object_handle_ptr phobject, ck_ulong usmaxobjectcount, ck_ulong_ptr pusobjectcount ); parameters hsession [in] session handle.
... description fc_findobjects returns the next set of object handles matching the criteria set up by the previous call to fc_findobjectsinit and sets the object count variable to their number or to zero if there are none.
... return value examples see also fc_findobjectsinit, nsc_findobjects ...
FC_FindObjectsFinal
MozillaProjectsNSSReferenceFC FindObjectsFinal
name fc_findobjectsfinal - terminate an object search.
... syntax ck_rv fc_findobjectsfinal( ck_session_handle hsession, ); parameters hsession [in] session handle.
... return value examples see also fc_findobjects, nsc_findobjectsfinal ...
Index
MozillaProjectsNSSIndex
253 fc_findobjects nss no summary!
... 254 fc_findobjectsfinal nss no summary!
... 255 fc_findobjectsinit nss no summary!
FIPS mode of operation
MozillaProjectsNSSReferenceNSS cryptographic moduleFIPS mode of operation
fc_createobject fc_copyobject fc_destroyobject fc_getobjectsize fc_getattributevalue fc_setattributevalue fc_findobjectsinit fc_findobjects fc_findobjectsfinal encryption functions these functions support triple des and aes in ecb and cbc modes.