Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c43 static CK_MECHANISM_TYPE soft_mechanisms[] = { variable
395 mechnum = sizeof (soft_mechanisms) / sizeof (CK_MECHANISM_TYPE); in C_GetMechanismList()
412 pMechanismList[i] = soft_mechanisms[i]; in C_GetMechanismList()
439 mechnum = sizeof (soft_mechanisms) / sizeof (CK_MECHANISM_TYPE); in C_GetMechanismInfo()
441 if (soft_mechanisms[i] == type) in C_GetMechanismInfo()