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

type C_VerifyRecoverInit = extern "C" fn(hSession: CK_SESSION_HANDLE, pMechanism: CK_MECHANISM_PTR, hKey: CK_OBJECT_HANDLE) -> CK_RV;

C_VerifyRecoverInit initializes a signature verification operation, where the data is recovered from the signature.

Function Parameters

  • hSession: the session's handle
  • pMechanism: the verification mechanism
  • hKey: verification key