[][src]Type Definition pkcs11::functions::C_InitPIN

type C_InitPIN = extern "C" fn(hSession: CK_SESSION_HANDLE, pPin: CK_UTF8CHAR_PTR, ulPinLen: CK_ULONG) -> CK_RV;

C_InitPIN initializes the normal user's PIN.

Function Parameters

  • hSession: the session's handle
  • pPin: the normal user's PIN
  • ulPinLen: length in bytes of the PIN