Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c5260 CK_ULONG ulSlotCount; local
5267 rv = C_GetSlotList(CK_FALSE, NULL_PTR, &ulSlotCount);
5268 if (rv != CKR_OK || ulSlotCount == 0) {
5271 "C_GetSlotList: 0x%.8X count:%d\n", rv, ulSlotCount);
5276 pSlotList = utils->calloc(sizeof (CK_SLOT_ID), ulSlotCount);
5280 rv = C_GetSlotList(CK_FALSE, pSlotList, &ulSlotCount);
5284 "C_GetSlotList: 0x%.8X count:%d\n", rv, ulSlotCount);
5289 for (i = 0; i < ulSlotCount; i++) {
5329 if (i < ulSlotCount) {