pub type C_EncryptInit = extern "C" fn(hSession: CK_SESSION_HANDLE, pMechanism: CK_MECHANISM_PTR, hKey: CK_OBJECT_HANDLE) -> CK_RV;Expand description
C_EncryptInit initializes an encryption operation.
§Function Parameters
hSession: the session’s handlepMechanism: the encryption mechanismhKey: handle of encryption key