Searched refs:thisValue (Results 1 – 1 of 1) sorted by relevance
312 CK_ULONG thisValue; in meta_GetMechanismInfo() local315 thisValue = slots[i]->mechanism_info.ulMinKeySize; in meta_GetMechanismInfo()316 if (thisValue < pInfo->ulMinKeySize) { in meta_GetMechanismInfo()317 pInfo->ulMinKeySize = thisValue; in meta_GetMechanismInfo()321 thisValue = slots[i]->mechanism_info.ulMaxKeySize; in meta_GetMechanismInfo()322 if (thisValue > pInfo->ulMaxKeySize) { in meta_GetMechanismInfo()323 pInfo->ulMaxKeySize = thisValue; in meta_GetMechanismInfo()