RetroZilla/security/nss/cmd/pk11util/scripts/pMechanisms

9 lines
226 B
Plaintext
Raw Normal View History

2015-10-21 05:03:22 +02:00
#
# 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