prnows             98 arch/s390/crypto/prng.c 		struct prno_ws_s prnows;
prnows            422 arch/s390/crypto/prng.c 		   &prng_data->prnows, NULL, 0, seed, seedlen);
prnows            430 arch/s390/crypto/prng.c 			   &prng_data->prnows,
prnows            469 arch/s390/crypto/prng.c 		   &prng_data->prnows, NULL, 0, seed, seedlen);
prnows            481 arch/s390/crypto/prng.c 	if (prng_data->prnows.reseed_counter > prng_reseed_limit) {
prnows            489 arch/s390/crypto/prng.c 		   &prng_data->prnows, buf, nbytes, NULL, 0);
prnows            710 arch/s390/crypto/prng.c 		counter = prng_data->prnows.stream_bytes;