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

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

C_VerifyInit initializes a verification operation, where the signature is an appendix to the data, and plaintext cannot cannot be recovered from the signature (e.g. DSA).

Function Parameters

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