C_SeedRandom

This function operates as specified in PKCS#11, however, it is not required to be called as the ProtectServer adapter has a hardware random generation source.

Also note this function will only operate for those tokens with the CKF_RNG flag set in their CK_TOKEN_INFO flags.

Synopsis

C_SeedRandom(
        CK_SESSION_HANDLE hSession,
        CK_BYTE_PTR pSeed,
        CK_ULONG ulSeedLen
);