Loading...
Select Version
&pagelevel(4)&pagelevel
The CINITTK macro initializes a token.
This macro call has no function. The interface is implemented for reasons of portability within BS2000.
A detailed description of the function of the CINITTK macro can be found in PKCS#11 V2.20: Cryptographic Token Interface Standard in section 11.5 “Slot and token management functions” under “C_InitToken”.
Macro | Operands |
CINITTK | MF=C / D / L / M / E ,SLOTID=<var: int:4> / <integer 0..2147483647> / 0 ,PIN=<var: pointer> / NULL ,PINLEN=<var: int:4> / <integer 0..2147483647> / 0 ,LABEL=<var: pointer> / NULL |
SLOTID
ID of the slot
PIN
points to the first PIN of the security officer (SO)
PINLEN
Length of the PIN in bytes
LABEL
32-byte label of the token.
The label must be padded with spaces and may not end in a null.