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

type C_GetMechanismInfo = extern "C" fn(slotID: CK_SLOT_ID, mechType: CK_MECHANISM_TYPE, pInfo: CK_MECHANISM_INFO_PTR) -> CK_RV;

C_GetMechanismInfo obtains information about a particular mechanism possibly supported by a token.

Function Parameters

  • slotID: ID of the token's slot
  • mechType: type of mechanism
  • pInfo: receives mechanism info