relyea%netscape.com 3f1ee28b82 New pk11util scripts.
git-svn-id: svn://10.0.0.236/trunk@184628 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-15 01:53:44 +00:00

9 lines
226 B
Plaintext

#
# print the mechanism list for a given token
#
set slotID slotList[i]
C_GetMechanismList slotID NULL mechCount
NewArray mechanismList CK_ULONG mechcount
C_GetMechanismList slotID mechanismList mechCount
print mechanismList