prng_data_s       105 arch/s390/crypto/prng.c static struct prng_data_s *prng_data;
prng_data_s       231 arch/s390/crypto/prng.c 	datalen = sizeof(struct prng_data_s) + prng_chunk_size;
prng_data_s       238 arch/s390/crypto/prng.c 	prng_data->buf = ((u8 *)prng_data) + sizeof(struct prng_data_s);
prng_data_s       378 arch/s390/crypto/prng.c 	datalen = sizeof(struct prng_data_s) + prng_chunk_size;
prng_data_s       387 arch/s390/crypto/prng.c 	prng_data->buf = ((u8 *)prng_data) + sizeof(struct prng_data_s);