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

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

C_SignRecoverInit initializes a signature operation, where the data can be recovered from the signature. hSession: the session's handle pMechanism: the signature mechanism hKey: handle of the signature key