Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c5257 CK_ULONG ulSlotCount; local
5264 rv = C_GetSlotList(CK_FALSE, NULL_PTR, &ulSlotCount);
5265 if (rv != CKR_OK || ulSlotCount == 0) {
5268 "C_GetSlotList: 0x%.8X count:%d\n", rv, ulSlotCount);
5273 pSlotList = utils->calloc(sizeof (CK_SLOT_ID), ulSlotCount);
5277 rv = C_GetSlotList(CK_FALSE, pSlotList, &ulSlotCount);
5281 "C_GetSlotList: 0x%.8X count:%d\n", rv, ulSlotCount);
5286 for (i = 0; i < ulSlotCount; i++) {
5326 if (i < ulSlotCount) {