Home
last modified time | relevance | path

Searched refs:thisValue (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c312 CK_ULONG thisValue; in meta_GetMechanismInfo() local
315 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()