1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/cmd/pk11util/scripts/mechanisms Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +Load nsscapi.dll 1.5 +C_Initialize NULL 1.6 +C_GetSlotList false NULL slotCount 1.7 +NewArray slotList CK_ULONG slotCount 1.8 +C_GetSlotList false slotList slotCount 1.9 + 1.10 +LoopRun pMechanisms i 0 slotCount 1 1.11 + 1.12 +#C_Finalize 1.13 +#Unload 1.14 +