tor-browser

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

index.rst (1268B)


      1 .. _mozilla_projects_nss_reference_fc_getmechanisminfo:
      2 
      3 FC_GetMechanismInfo
      4 ===================
      5 
      6 `Name <#name>`__
      7 ~~~~~~~~~~~~~~~~
      8 
      9 .. container::
     10 
     11   FC_GetMechanismInfo - get information on a particular mechanism.
     12 
     13 `Syntax <#syntax>`__
     14 ~~~~~~~~~~~~~~~~~~~~
     15 
     16 .. container::
     17 
     18   .. code::
     19 
     20      CK_RV FC_GetMechanismInfo(
     21        CK_SLOT_ID slotID,
     22        CK_MECHANISM_TYPE type,
     23        CK_MECHANISM_INFO_PTR pInfo
     24      );
     25 
     26 `Parameters <#parameters>`__
     27 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     28 
     29 .. container::
     30 
     31   ``FC_GetMechanismInfo`` takes three parameters:
     32 
     33   ``slotID``
     34      [Input]
     35   ``type``
     36      [Input] .
     37   ``pInfo``
     38      [Output] .
     39 
     40 `Description <#description>`__
     41 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     42 
     43 .. container::
     44 
     45   ``FC_GetMechanismInfo`` obtains information about a particular mechanism possibly supported by a
     46   token.
     47 
     48   A user may call ``FC_GetMechanismInfo`` without logging into the token (to assume the NSS User
     49   role).
     50 
     51 .. _return_value:
     52 
     53 `Return value <#return_value>`__
     54 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     55 
     56 .. container::
     57 
     58   ``CKR_OK``
     59 
     60 `Examples <#examples>`__
     61 ~~~~~~~~~~~~~~~~~~~~~~~~
     62 
     63 .. container::
     64 
     65 .. _see_also:
     66 
     67 `See also <#see_also>`__
     68 ~~~~~~~~~~~~~~~~~~~~~~~~
     69 
     70 .. container::
     71 
     72   -  `NSC_GetMechanismInfo </en-US/NSC_GetMechanismInfo>`__