Searched defs:thisValue (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c312 CK_ULONG thisValue; local
315 thisValue = slots[i]->mechanism_info.ulMinKeySize;
316 if (thisValue < pInfo->ulMinKeySize) {
317 pInfo->ulMinKeySize = thisValue;
321 thisValue = slots[i]->mechanism_info.ulMaxKeySize;
322 if (thisValue > pInfo->ulMaxKeySize) {
323 pInfo->ulMaxKeySize = thisValue;

Completed in 44 milliseconds