tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (1127B)


      1 .. _mozilla_projects_nss_reference_fc_waitforslotevent:
      2 
      3 FC_WaitForSlotEvent
      4 ===================
      5 
      6 `Name <#name>`__
      7 ~~~~~~~~~~~~~~~~
      8 
      9 .. container::
     10 
     11   FC_WaitForSlotEvent - waits for a slot event, such as token insertion or token removal, to occur.
     12 
     13 `Syntax <#syntax>`__
     14 ~~~~~~~~~~~~~~~~~~~~
     15 
     16 .. container::
     17 
     18   .. code::
     19 
     20      CK_RV FC_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot CK_VOID_PTR pReserved);
     21 
     22 `Parameters <#parameters>`__
     23 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     24 
     25 .. container::
     26 
     27   ``FC_WaitForSlotEvent`` takes three parameters:
     28 
     29   ``flags``
     30   ``pSlot``.
     31   ``pReserved``.
     32 
     33 `Description <#description>`__
     34 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     35 
     36 .. container::
     37 
     38   This function is not supported by the NSS cryptographic module.
     39 
     40 .. _return_value:
     41 
     42 `Return value <#return_value>`__
     43 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     44 
     45 .. container::
     46 
     47   ``FC_WaitForSlotEvent`` always returns ``CKR_FUNCTION_NOT_SUPPORTED``.
     48 
     49 `Examples <#examples>`__
     50 ~~~~~~~~~~~~~~~~~~~~~~~~
     51 
     52 .. container::
     53 
     54 .. _see_also:
     55 
     56 `See also <#see_also>`__
     57 ~~~~~~~~~~~~~~~~~~~~~~~~
     58 
     59 .. container::
     60 
     61   -  :ref:`mozilla_projects_nss_reference_fc_waitforslotevent`