RE: Issue with FIPS PRNG in multi-threaded program under Linux

2006-07-19 Thread Dmitriy Khodos
sue with FIPS PRNG in multi-threaded program under Linux Dmitriy Khodos wrote: > The function fails if the PID does not match. However, > since PID is obtained by calling getpid(2), under Linux it is going to be > different in different threads. It depends which version of Linux you are

Re: Issue with FIPS PRNG in multi-threaded program under Linux

2006-07-19 Thread Darryl Miles
Dmitriy Khodos wrote: The function fails if the PID does not match. However, since PID is obtained by calling getpid(2), under Linux it is going to be different in different threads. It depends which version of Linux you are running and which thread implementation you have at runtime. The cu