Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c387 ulong_t mechnum; in C_GetMechanismList() local
395 mechnum = sizeof (soft_mechanisms) / sizeof (CK_MECHANISM_TYPE); in C_GetMechanismList()
402 *pulCount = mechnum; in C_GetMechanismList()
406 if (*pulCount < mechnum) { in C_GetMechanismList()
407 *pulCount = mechnum; in C_GetMechanismList()
411 for (i = 0; i < mechnum; i++) { in C_GetMechanismList()
415 *pulCount = mechnum; in C_GetMechanismList()
427 ulong_t mechnum; in C_GetMechanismInfo() local
439 mechnum = sizeof (soft_mechanisms) / sizeof (CK_MECHANISM_TYPE); in C_GetMechanismInfo()
440 for (i = 0; i < mechnum; i++) { in C_GetMechanismInfo()
[all …]
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c339 CK_ULONG slot_mechlistsize, mechnum, tmp_mechlistsize; in meta_mechManager_update_slot() local
404 for (mechnum = 0; mechnum < slot_mechlistsize; mechnum++) { in meta_mechManager_update_slot()
405 found = find_mech_index(slot_mechlist[mechnum], &index); in meta_mechManager_update_slot()
412 rv = update_slotmech(slot_mechlist[mechnum], slotnum, index); in meta_mechManager_update_slot()