Lines Matching refs:info
369 CK_MECHANISM_INFO info;
495 mech_aliases[mek].type, &info);
499 (!mac_cmd && (info.flags & CKF_SIGN)) ||
500 (mac_cmd && (info.flags & CKF_DIGEST)))
507 if (info.ulMinKeySize && (info.ulMinKeySize <
510 info.ulMinKeySize;
512 if (info.ulMaxKeySize && (info.ulMaxKeySize >
515 info.ulMaxKeySize;
543 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info);
544 if (rv == CKR_OK && (info.flags & CKF_SIGN))
552 rv = C_GetMechanismInfo(slotID, mech_type, &info);
564 if ((info.flags & CKF_SIGN) &&
571 } else if (info.flags & CKF_SIGN) {
575 if (info.flags & CKF_DIGEST)