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

type C_SeedRandom = extern "C" fn(hSession: CK_SESSION_HANDLE, pSeed: CK_BYTE_PTR, ulSeedLen: CK_ULONG) -> CK_RV;

C_SeedRandom mixes additional seed material into the token's random number generator.

Function Parameters

  • hSession: the session's handle
  • pSeed: the seed material
  • ulSeedLen: length of seed material