[][src]Type Definition pkcs11::functions::C_GetMechanismList

type C_GetMechanismList = extern "C" fn(slotID: CK_SLOT_ID, pMechanismList: CK_MECHANISM_TYPE_PTR, pulCount: CK_ULONG_PTR) -> CK_RV;

C_GetMechanismList obtains a list of mechanism types supported by a token.

Function Parameters

  • slotID: ID of token's slot
  • pMechanismList: gets mech. array
  • pulCount: gets # of mechs.