mechinfo
CK_MECHANISM_INFO mechinfo;
if (C_GetMechanismInfo(slot_id, cipher->type, &mechinfo) != CKR_OK) {
if (C_GetMechanismInfo(slot_id, CKM_PKCS5_PBKD2, &mechinfo) !=