Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c44 static CK_MECHANISM_TYPE soft_mechanisms[] = { variable
424 mechnum = sizeof (soft_mechanisms) / sizeof (CK_MECHANISM_TYPE); in C_GetMechanismList()
441 pMechanismList[i] = soft_mechanisms[i]; in C_GetMechanismList()
468 mechnum = sizeof (soft_mechanisms) / sizeof (CK_MECHANISM_TYPE); in C_GetMechanismInfo()
470 if (soft_mechanisms[i] == type) in C_GetMechanismInfo()